- Download NodeJs.
- Use VSCode or any other IDE.
- 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.
- Navigate to repository files and run this command
node install
to install all required dependencies. - Configure Database Information in app.js file.
- Extract db.sql into your mysql
- 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