Skip to content

danixsofyan/startup-express-api

Repository files navigation

Installation

Setup this repository first

Usage

git clone https://github.com/danixsofyan/startup-express-api
cd startup-express-api

Setup Express Packages and Migrations

Bash Usage

Install dependency

npm install
cp .env.example .env

setup your connection database

npx sequelize db:migrate

start server

npm run dev
run at http://localhost:3000/

About

Node JS Express - REST Api example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages