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
- Host: GitHub
- URL: https://github.com/badiniibrahim/node-auth-api
- Owner: badiniibrahim
- Created: 2023-10-11T17:58:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-11T18:17:08.000Z (over 2 years ago)
- Last Synced: 2025-02-22T17:48:01.662Z (over 1 year ago)
- Topics: expressjs, loadash, monngdb, nodejs
- Language: TypeScript
- Homepage:
- Size: 13.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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





## Technologies
- Node js
- MongoDB
- Express
## 🔐 Setup .env file
MONGO_URL
# Screenshot



## :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
```