Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 370 Bytes

README.md

File metadata and controls

20 lines (19 loc) · 370 Bytes

Admin_Portal

Install all dependencies

npm i

Run developement server

npm run dev

You can see server running on localhost:3000

Setting up MySql Connection on local

create .env file in root dir with details in given format

DB_HOST=localhost
DB_PORT=3306
DB_USER=username
DB_NAME=database_name
DB_PASSWORD=password_of_user