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
- Host: GitHub
- URL: https://github.com/hendraaagil/vote-server
- Owner: hendraaagil
- Created: 2020-11-08T13:03:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-23T15:21:46.000Z (over 4 years ago)
- Last Synced: 2025-02-28T12:20:20.387Z (about 2 months ago)
- Topics: express, mongodb, vote
- Language: JavaScript
- Homepage:
- Size: 15.6 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).