Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sadministrator/cgback
https://github.com/sadministrator/cgback
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/sadministrator/cgback
- Owner: sadministrator
- Created: 2019-10-14T22:55:21.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-21T15:15:43.000Z (about 5 years ago)
- Last Synced: 2024-08-10T04:23:07.893Z (5 months ago)
- Language: TypeScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Casa guatemala API
API
## Run project
Have a mongo db instance in local```
npm install
npm install ts-node -g
ts-node src/server.ts
```## Build project
```
tsc
npm run start
```