Skip to content

DarthRoco/BechDe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BechDe

College level advertisements platform

Frontend:

-Bootstrap+ejs

Backend:

-Nodejs+Express

Database:

-MySQL

To run the project

  1. Run npm install to install required packages
  2. Change database credentials in database.js
  3. Initialise database by running mysql -u <your_username> -p <your password> followed by source schema_f.sql
  4. Run website using node index.js
  5. Website is now open on localhost:3000/

Pending Implementations:

  1. Messaging system with profile page interface
  2. Ratings for users