https://github.com/goto-eof/blank-node
https://github.com/goto-eof/blank-node
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/goto-eof/blank-node
- Owner: goto-eof
- Created: 2022-06-15T17:42:44.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-15T21:37:33.000Z (about 4 years ago)
- Last Synced: 2025-05-22T10:13:44.935Z (about 1 year ago)
- Language: TypeScript
- Size: 87.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# blank-node
A blank nodejs project.
Modules: apollo server (graphql), express, typeorm
DBMS: postgreSQL
## Run
`npm install`
`sudo docker-compose up` - starts a docker container with postgreSQL
`npm run start`
## Migrations
`npm run migrationnew` - createas a migration file if it is necessary
`npm run typeorm migration:run` - execute migration scripts