An open API service indexing awesome lists of open source software.

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

This is a repository to Building A REST API With Node, Express, TypeScript & MongoDB + Authentication
https://github.com/badiniibrahim/node-auth-api

expressjs loadash monngdb nodejs

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

          

## 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](https://img.shields.io/github/languages/count/badiniibrahim/node-auth-api)
![GitHub top language](https://img.shields.io/github/languages/top/badiniibrahim/node-auth-api)
![GitHub last commit](https://img.shields.io/github/last-commit/badiniibrahim/node-auth-api)
![Github Repo Size](https://img.shields.io/github/repo-size/badiniibrahim/node-auth-api)
JavaScript
TypeScript
JSON
GitHub license

## Technologies
- Node js
- MongoDB
- Express

## 🔐 Setup .env file
MONGO_URL

# Screenshot
![alt text](1.png)
![alt text](2.png)
![alt text](3.png)

## :running: Run Locally

Clone the project

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

Install dependencies
```bash
yarn install
```

## Getting Started

Start the server
First, run the development server:

```bash
yarn start
```