https://github.com/leviathanaxeislit/online-voting-system
https://github.com/leviathanaxeislit/online-voting-system
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/leviathanaxeislit/online-voting-system
- Owner: leviathanaxeislit
- Created: 2024-06-02T14:25:05.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-03T15:12:12.000Z (about 2 years ago)
- Last Synced: 2025-02-15T19:53:00.831Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://online-voting-system-blue.vercel.app
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```