Skip to content

Dance Website using HTML, Pug, CSS, NodeJs & MongoDB.

Notifications You must be signed in to change notification settings

MoinMN/Dance-Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dance Website

Abstract : An online Dance website which we will be creating using html, css, javascript and MongoDb to store contact form.

Deployment Steps

Please follow the below steps to run this project.

  1. run the command npm init, npm install express to install Javascript framework called express.
  2. run the command npm install mongoose to install dependence of MongoDb.
  3. run the command nodemon app in the terminal to start the server in localhost at port 80.
  4. click on the link of server provided in the terminal

Platform, Libraries and Frameworks used

  1. MongoDb
  2. ExpressJs
  3. NodeJs