https://github.com/shambac/oexamination
Online examination portal backend
https://github.com/shambac/oexamination
Last synced: 12 months ago
JSON representation
Online examination portal backend
- Host: GitHub
- URL: https://github.com/shambac/oexamination
- Owner: ShambaC
- Created: 2023-09-05T03:57:13.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-08T18:07:04.000Z (almost 2 years ago)
- Last Synced: 2025-03-03T01:27:10.395Z (over 1 year ago)
- Language: JavaScript
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Oexamination (Backend)
This is an Online examintion system.
## Installation
Install this project with npm
```bash
git clone https://github.com/ShambaC/oexamination.git
cd oexamination
npm install
```
## Environment Variables
To run this project, you will need to add the following environment variables to your .env file
`PORT = 5000`
`DB = "mongodb url"`
`SECRET = "random string"`