Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dgvalerio/super-timesheet-api

Super Timesheet API
https://github.com/dgvalerio/super-timesheet-api

backend-api graphql jest nestjs postgresql typeorm typescript

Last synced: about 2 months ago
JSON representation

Super Timesheet API

Awesome Lists containing this project

README

        

# Super Timesheet API

## nest g mo project
## nest g s project
## nest g r project

## docker run --name super-timesheet-postgres -e POSTGRES_USER=st -e POSTGRES_PASSWORD=st -e POSTGRES_DB=super_timesheet -p 5432:5432 -d postgres

docker build -t nest_api .
docker run nest_api
docker-compose up --build