Skip to content

poniraq/express-typescript-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

git clone https://github.com/poniraq/express-typescript-setup.git

cd express-typescript-setup
npm install

Configure

Check src/config/database.js for db configuration

This example is configured to run with postgres. Follow the instructions in Sequelize docs to configure the project for a different database.

Setup DB

npx sequelize db:create
npm run migrate:up

Start

npm run build
npm start

Postman

There is a postman collection "Protect.postman_collection.json" in the project directory. It should be provided with an environment to function properly.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors