Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 887 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 887 Bytes

How to install

  1. Download NodeJs.
  2. Use VSCode or any other IDE.
  3. Download this repository and open it in your IDE.

    if your IDE doesn't have terminal use windows cmd or any other terminals you like.

  4. Navigate to repository files and run this command node install to install all required dependencies.
  5. Configure Database Information in app.js file.
  6. Extract db.sql into your mysql
  7. Run this command through IDE terminal or windows CMD node app.

    Your site should be now running on port 3000, if you want to change the port navigate to app.js at the bottom and change the port number to whatever you like

You're Done and all should be working!

If you've found any problems feel free to report it