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
- Host: GitHub
- URL: https://github.com/adonayvasquezz/collection-api
- Owner: adonayvasquezz
- Created: 2022-04-17T09:21:35.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-18T04:08:29.000Z (about 4 years ago)
- Last Synced: 2025-07-30T04:00:37.012Z (11 months ago)
- Topics: api, backend, nestjs
- Language: TypeScript
- Homepage:
- Size: 82 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)