Skip to content

edereagzi/ts-express-mongo-clean-crud

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published