sdfsun / tsmile

tsmil api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started with Fastify-CLI Fastify-CLI

This project was bootstrapped with Fastify-CLI.

Available Scripts

In the project directory, you can run:

npm run dev

To start the app in dev mode.
Open http://localhost:3000 to view it in the browser.

npm start

For production mode

npm run test

Run the test cases.

Learn More

To learn Fastify, check out the Fastify documentation.

sequelize

create database

npx sequelize db:create

or with production

NODE_ENV=production npx sequelize db:create

run migration

npx sequelize db:migrate

run seeds

npx sequelize db:seed:all

About

tsmil api


Languages

Language:JavaScript 98.2%Language:Shell 1.1%Language:Dockerfile 0.8%