Simple Nest.js API for create, update, delete and read infos about Hackathons around the globe.
Built with:
- Nest.js
- MongoDB/Mongoose
Deploy in Heroku: access live API here.
- Basic CRUD operations
- No auth routes
- Model with: name, description, location, price, url and date
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod