Skip to content

Sysceptor/express-base

Repository files navigation

express-base

Project refrence link

  1. Building a REST API with TypeScript, Express, TypeORM, Authentication, Authorization, and Postgres

  2. Express.js with TypeORM, PostgreSQL, and TypeScript

  3. Implementing DTOs, Mappers & the Repository Pattern using the Sequelize ORM [with Examples] - DDD w/ TypeScript

.ENV setup

DB_TYPE=''

SECRET_KEY=''

DB_URL_AUTH=postgres://postgres:<password>@localhost:5432/<database name>

#developement/production
NODE_ENV="developement"

To generate secret key

node -e "console.log(require('crypto').randomBytes(32).toString('hex'));"

About

express-project-xm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors