About This project is a web-based school registration application designed for students to apply to a school online. The application consists of various features, schools appearing upon the relevant location you are situated in, register online, schools profiles.
Follow these steps to set up and run the project locally:
- Clone the repository to your local machine:
- git clone [(https://github.com/andile593/EduGate.git)]
- Install dependencies:
- npm install
-
Environment Setup: Create a .env file in the root directory and add the necessary environment variables. Use .env.example as a reference.
-
Run the development server:
- npm run dev
- Build for Production
To generate a production build, run:
- npm run build
- npm start