tl;dr: Nightlife Coordination App allows users to see how many people are going to bars near them
- As an unauthenticated user, I can view all bars in my area.
- As an authenticated user, I can add myself to a bar to indicate I am going there tonight.
- As an authenticated user, I can remove myself from a bar if I no longer want to go there.
- As an unauthenticated user, when I login I should not have to search again.
The app is built on Express with Pug as templating engine. It uses hackathon-starter as a boilerplate.
npm install && npm run dev
TODO
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
TODO
Author: Kuriakin Zeng