Skip to content

AnechaS/express-ts-sequelize-template

Repository files navigation

Express.js REST API template with TypeScript and Sequelize

Structure is module pattern.

Installation

$ npm install

After starting the server, you can visit http://localhost:3000 in your browser

Building

$ npm run build

Running

$ npm start

Development

$ npm run dev

Testing

$ npm test

Update version

$ npm run release

Commit

$ npm run commit

Using Docker

$ docker build -t my-app .
$ docker run --name my-app-example --env-file ./.env -p 3000:3000 -d  my-app

Configuration

Create a .env file and configure your settings by referring to the .env.example file.

Locally

$ npm i
$ npm run build && npm start

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published