An open API service indexing awesome lists of open source software.

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

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"`