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: 21 days 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 (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-11T01:32:54.000Z (over 1 year ago)
- Last Synced: 2024-11-21T15:56:33.892Z (3 months ago)
- Topics: backend-api, graphql, jest, nestjs, postgresql, typeorm, typescript
- Language: TypeScript
- Homepage:
- Size: 717 KB
- Stars: 2
- Watchers: 2
- 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