College level advertisements platform
-Bootstrap+ejs
-Nodejs+Express
-MySQL
- Run
npm install
to install required packages - Change database credentials in database.js
- Initialise database by running
mysql -u <your_username> -p <your password>
followed bysource schema_f.sql
- Run website using
node index.js
- Website is now open on localhost:3000/
- Messaging system with profile page interface
- Ratings for users