Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 559 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 559 Bytes

Hackathon API

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.

Features

  • Basic CRUD operations
  • No auth routes
  • Model with: name, description, location, price, url and date

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod