Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alisenola/backend-rocket
https://github.com/alisenola/backend-rocket
Last synced: about 7 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/alisenola/backend-rocket
- Owner: alisenola
- Created: 2023-01-29T17:20:01.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-29T17:22:01.000Z (almost 2 years ago)
- Last Synced: 2024-07-15T09:24:50.012Z (4 months ago)
- Language: TypeScript
- Size: 69.3 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Backend for Rocket
## Technologies & Tools
- Fastify
- PostgreSQL
- TypeORM
- TypeScript## Installation & Usage
1. Clone repo on your local machine:
`git clone https://github.com/tylarleague/backend-eparent.git`
2. Rename the .env.example file to .env
3. Install npm modules`yarn install`
4. Migrate database
`yarn typeorm migration:run -d src/dataSource`
5. Start server by `yarn start`ps: create database rocket