Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 1.44 KB

File metadata and controls

48 lines (36 loc) · 1.44 KB

REST API With Node, Express, TypeScript & MongoDB + Authentication

This is a repository to Building A REST API With Node, Express, TypeScript & MongoDB + Authentication

About this Repository

GitHub language count GitHub top language GitHub last commit Github Repo Size JavaScript TypeScript JSON GitHub license

Technologies

  • Node js
  • MongoDB
  • Express

🔐 Setup .env file

MONGO_URL

Screenshot

alt text alt text alt text

🏃 Run Locally

Clone the project

  git https://github.com/badiniibrahim/node-auth-api.git

Install dependencies

  yarn install

Getting Started

Start the server First, run the development server:

  yarn start