Skip to content
This repository has been archived by the owner on Feb 28, 2023. It is now read-only.

korayguler/nodejs-auth-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nodejs-auth

How to run

git clone https://github.com/korayguler/nodejs-auth
cd nodejs-auth
npm i

#create .env
npm start

How to create .env

//parameters

SERVER_BASE_URL = http://localhost
SERVER_PORT = <port>
SERVER_DB_CONNECTOR = <your-mongo-db-connection-str>