This is a website created for Dance Academy.
- HTML
- CSS
- PUG
- Node.js
- Mongo DB
- First Visual Studio Code is to be installed into the local machine as a code editor. Install it from here
- Second install Node.js into your local machine. Install it from here
- Next install Mongo DB as a database into your local machine. Install it from here
- Then install Mongo Shell into your system. Install it from here
- 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 ServerFile Path of Mongosh - These two files reside at the storage where you install Mongo DB and Mongo Shell into your machine.
- Go to properties of your PC
- Go to Advanced System Settings
- Click Environment Variables
- Select the path option in user variables and then click Edit
- Click on the New and paste the file path of mongod file there and then click Ok
- Next select path option in system variables and then click Edit
- Click the New option and paste the file path of mongosh file there and then click Ok
-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





