/express-sql-api

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

Primary LanguageJavaScript

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