/rest-api-ts

Primary LanguageTypeScript

This is a simple rest api with express, mongodb and typescript

NB:

  • .env should never be in production app repo
  • Generate your own mongodbURI to either test or use
  • .env has the basic keys you need and feel free to generate yours

Features

  • Register user
  • Login user
  • Get all user
  • Delete yourself
  • Update yourself