Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 254 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 254 Bytes

Customer Manager App backend

Project setup

npm install

Database setup

setup your database connection with .env file

DB_IP=your host goes here
DB_USER=your username 
DB_PASS=your password goes here
DB_NAME=name whatever you want