sejr / express-sql-api

A solid foundation for building RESTful APIs, made with Express and Sequelize.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

express-sql-api

A solid foundation for building RESTful APIs, made with Express and Sequelize. Includes authentication examples and a Dockerfile for building and deploying.

Getting Started

git clone git@github.com:sejr/express-sql-api.git my-api
cd my-api

Install Dependencies

yarn # npm install

Run Tests

yarn test # npm run test

Run the Development Server

yarn start # npm run start

About

A solid foundation for building RESTful APIs, made with Express and Sequelize.


Languages

Language:JavaScript 98.5%Language:Dockerfile 1.5%