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

https://github.com/hendraaagil/vote-server

Server side repo for vote project
https://github.com/hendraaagil/vote-server

express mongodb vote

Last synced: about 1 month ago
JSON representation

Server side repo for vote project

Awesome Lists containing this project

README

        

# Vote App

Server side repo for vote project, for client side repo you can find at [here](https://github.com/hendraaagil/vote-client).

## Build Setup

1. Copy .example.env and paste as .env, configure according to your needs
2. Install all required dependencies

`yarn install`
3. Run this app

`yarn start`

## Learn More

- To learn Express, check out the [Express documentation](http://expressjs.com/).
- To learn AdminBro, checkout the [AdminBro documentation](https://adminbro.com/).