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

https://github.com/leviathanaxeislit/online-voting-system


https://github.com/leviathanaxeislit/online-voting-system

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

## Getting Started

Before you can run the server application, you need to set up a few environment variables. Follow the steps below:

### Add Environment Variables

Create an `.env` file and add the following key-value pairs:

``` sh
MONGODB_URL = # YOUR_MONGODBURL
PORT = # YOUR_PORT
```
### Get development environment running

``` bash
npm install
npm run dev
```