Skip to content

rkgam/project_web

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ADMIN-MANAGMENT SYSTEM

STEP 1:

open your terminal and type npm init -y

STEP 2:

installing packages 
 open your terminal and type this -->
-->    npm i mongoose express body-parser colors nodemon

STEP 3:

open your package.json file and add in script with coma like this:
    "script": {
         "test": "echo \"Error: no test specified\" && exit 1",
         "dev": "nodemon src/app.js"
    }

STEP 4:

Go to src/database folder and open connect.js file and change your mongodb database link

STEP 5:

open your terminal and type 
    npm run dev

STEP 6:

open your chrome browser and type this line 
    localhost:8000

About

Creating website for collage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 43.2%
  • JavaScript 27.9%
  • CSS 27.0%
  • PHP 1.9%