Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dgvalerio/super-timesheet-api
- Owner: Dgvalerio
- Created: 2022-05-09T02:48:09.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-20T15:37:09.000Z (about 2 years ago)
- Last Synced: 2023-03-04T04:06:13.166Z (almost 2 years ago)
- Topics: backend-api, graphql, jest, nestjs, postgresql, typeorm, typescript
- Language: TypeScript
- Homepage:
- Size: 702 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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