Assessment Portal is a web-based platform designed to facilitate online assessments. This project consists of two primary directories:
- Frontend: A React-based user interface.
- Backend: A Django-based API server.
GitHub Repository: Assessment_Portal
Ensure you have the following installed on your system before proceeding:
- Node.js (for Frontend)
- Python (3.x) (for Backend)
- pip (Python package manager)
- Navigate to the
Frontenddirectory:cd Frontend - Install dependencies:
npm install
- Start the development server:
npm run dev
- Navigate to the
Backenddirectory:cd Backend - Install dependencies:
pip install -r requirements.txt
- Run the Django development server:
python manage.py runserver
Assessment_Portal/
├── Frontend/ # React Frontend
├── Backend/ # Django Backend
└── README.md # Project Documentation
Once both the frontend and backend are running, you can open your browser and access the frontend. The frontend will communicate with the backend via API calls.
If you'd like to contribute to this project, feel free to fork the repository and submit a pull request.
This project is licensed under the MIT License.
For any queries or issues, reach out to Krishneshwaran.