Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smoke-trees/node-postgres-backend-core
https://github.com/smoke-trees/node-postgres-backend-core
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/smoke-trees/node-postgres-backend-core
- Owner: smoke-trees
- License: mit
- Created: 2022-09-24T16:39:28.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-19T07:29:18.000Z (about 2 months ago)
- Last Synced: 2024-10-13T12:03:43.248Z (about 1 month ago)
- Language: TypeScript
- Size: 479 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NODE-POSTGRES-Backend
## Dependencies
| Package Name | Version | Link |
| ----------- | ----------- | ----------- |
| @smoke-trees/smoke-context | 1.2.2 | |
| compression | 1.7.4 | |
| cors | 2.8.5 | |
| dotenv | 16.0.1 | |
| express | 4.18.1 | |
| morgan | 1.10.0 | |
| pg | 8.8.0 | |
| typeorm | 0.3.9 | |
| winston | 3.8.1 | |## Dev Dependencies
| Package Name | Version | Link |
| ----------- | ----------- | ----------- |
| @types/compression | 1.7.2 | |
| @types/pg | 8.6.5 | |
| @types/cors | 2.8.12 | |
| @types/express | 4.17.13 | |
| @types/mocha | 9.1.1 | |
| @types/morgan | 1.9.3 | |
| @typesscript-eslint/eslint-plugin | 5.35.1 | |
| @typesscript-eslint/parser | 5.35.1 | |
| chai | 4.3.6 | |
| @types/chai | 4.3.3 | |
| chai-http | 4.3.0 | |
| eslint | 8.23.0 | |
| mocha | 10.0.0 | |
| nodemon | 2.0.19 | |
| c8 | 7.12.0 | |
| standardx | 7.0.0 | |
| typescript | 4.8.2 | |## Version 2
Version 2 should have following things
* Database should be seperate from main project and plugable
*