An open API service indexing awesome lists of open source software.

https://github.com/adonayvasquezz/collection-api

Collection tracker API REST in NestJS backend framework
https://github.com/adonayvasquezz/collection-api

api backend nestjs

Last synced: 2 months ago
JSON representation

Collection tracker API REST in NestJS backend framework

Awesome Lists containing this project

README

          

# Collection Tracker API REST

This is a NestJS project

## Instructions to run the project

### `git clone https://github.com/adonayvasquezz/collection-api.git`

Clone this repo

### `npm install`

Install all npm dependencies

### `npm run start:dev`

Start the project in development mode.
The project will check for changes and update

The base API URL is [http://localhost:9000](http://localhost:9000)
The endpoint we will use is /tracker
[http://localhost:9000/tracker](http://localhost:9000/tracker)

## You can find the deployed live project here:

[https://collection-tracker-api77.herokuapp.com/tracker](https://collection-tracker-api77.herokuapp.com/tracker)