Skip to content

Saptak-2001/DanceWebsite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DanceWebsite

This is a website created for Dance Academy.

Frontend

  • HTML
  • CSS
  • PUG

Backend

  • Node.js
  • Mongo DB

Installation

Environment Variables

  • To run Mongo DB you will need to add these two file paths to your environment variables of your local machine: File Path of Mongod Server File Path of Mongosh
  • These two files reside at the storage where you install Mongo DB and Mongo Shell into your machine.

Screenshots

  • Go to properties of your PC

Properties

  • Go to Advanced System Settings

Advanced System Settings

  • Click Environment Variables

Environment Variables

  • Select the path option in user variables and then click Edit

Path in User Variables

  • Click on the New and paste the file path of mongod file there and then click Ok

New in User Variables

  • Next select path option in system variables and then click Edit

Path for System Variables

  • Click the New option and paste the file path of mongosh file there and then click Ok

New in System Variables

How to run Mongo DB and NPM Packages

-In your Visual Studio Code terminal, run this command to install all package dependencies of this project:

  npm install
  • Now open new two terminals in Visual Studio Code, then run this command in one terminal:
  mongod
  • And in another terminal run this:
  mongosh

Authors

About

This is a website creation for Dance Academy after learning Web Development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors