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

https://github.com/bahadirsofuoglu/fastify-sequelize-api


https://github.com/bahadirsofuoglu/fastify-sequelize-api

fastify postgres sequelize

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# fastify-sequelize-api
This project allows you to get started quickly with fastify and sequelize. You can start creating .env file and filling in the required information.

## Build Setup

``` bash
# install dependencies
npm install

# serve with hot reload at localhost:3000
npm start
```

## ENV Setup

``` bash
HOST="YOUR_HOST_NAME"
USER_NAME= "YOUR_USER_NAME"
PASSWORD= "YOUR_PASSWORD"
DB= "YOUR_DB_NAME"
DIALECT= "YOUR_DIALECT"

```