/DevsWebsite

Developers Club Official Website

Primary LanguageJavaScriptMIT LicenseMIT

bdWeb Initialization

1) Install NPM

https://www.npmjs.com/get-npm

2) Install node.js

https://nodejs.org/en/download/

3) Install Mongodb Community server and mongodb community compass

https://www.mongodb.com/download-center?jmp=nav#community
while installing community server, untick compass, if not it gets stuck sometimes

4) cd to Project folder in cmd/gitshell/powershell

5) type:

  npm install
  npm install -g nodemon

6) Type nodemon to start server.

  Nodemon will restart the server everytime a save is applied.