Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 554 Bytes

README.md

File metadata and controls

38 lines (29 loc) · 554 Bytes

Features

  • Environment, Typescript, Nodemon setup
  • MongoDB & Mongoose connect, Database creation
  • Controllers creation
  • Middlewares creation
  • Cookie based authentication
  • Create, Read, Update, Delete
  • Eslint & Prettier
  • Swagger API Documentation
  • Test with jest

Cloning the repository

git clone https://github.com/edereagzi/ts-express-mongo-clean-crud.git

Install packages

pnpm install

Setup .env

NODE_ENV=
API_PORT=
MONGO_URI=
SECRET_KEY=

Start the app

pnpm start