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
- Host: GitHub
- URL: https://github.com/bahadirsofuoglu/fastify-sequelize-api
- Owner: bahadirsofuoglu
- Created: 2020-09-24T10:11:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-24T11:01:14.000Z (over 5 years ago)
- Last Synced: 2023-03-04T05:22:52.565Z (over 3 years ago)
- Topics: fastify, postgres, sequelize
- Language: JavaScript
- Homepage:
- Size: 25.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
```