A NextJS + ExpressJS based examination platform for students.
List the software and tools required to run the program:
- Node JS
- Clone the repository:
git clone https://github.com/Suvansarkar/Ethena.git
- Navigate to the project directory:
cd your-repo-name
- Install the required dependencies for backend:
cd backend npm install
- Install the required dependencies for frontend:
cd exam-platform npm install --legacy-peer-deps
Include the following (both are the same):
NEXT_PUBLIC_BACKEND=
BACKEND=
Include the follwing:
PORT=
MONGO_URI=
- Run the backend:
cd backend npm run dev
- Run the frontend:
cd exam-platform npm run dev
- Frontend:
cd exam-platform
npm install --legacy-peer-deps
npm run build
npm run start
- Backend:
cd backend
npm install
npm run dev
Guidelines for contributing to the project.
Include the license information.
Provide contact information for further queries.