8000 GitHub - nitpweb/Admin_Portal: Main Admin portal.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

nitpweb/Admin_Portal

Repository files navigation

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

About

Main Admin portal.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6

0