The simplest possible app.
Build an end-to-end app, as simple as possible, using JavaScript.
- Node API (https://counterchallenge.herokuapp.com/)
- Web client (https://fritsche.github.io/counter-challenge/)
- Mobile client (coming soon)
- Desktop client (coming soon)
Count how many times the API has been accessed
npm install
heroku local web
- Configure a Heroku app
- Configure
DBURL
environment variable to your mongodb database. - Push to your Heroku app