Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alisenola/backend-rocket


https://github.com/alisenola/backend-rocket

Last synced: about 7 hours ago
JSON representation

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