A web project based on MVC model that primarily serves as an online marketplace. Users can sell items or browse items put on sale by others.
Before trying to run the project create a database for the project by importing e-market_project.sql file present inside models folder.
- Type in following commands on CLI of Cloud9 if using CS50 IDE
- apache50 start ./project_name
- mysql50 start
- If using XAMPP, simply store the project in the htdocs folder. Navigate to the public folder using browser.
- Create account and manage it.
- Sell and Buy item.
- Comment using disqus API.
- Receive relevant notifications using OneSignal API.
- Message and chat with other users using SendBird API.
- Sublime Text - A sophisticated text editor for code, markup and prose
- XAMPP - PHP development environment
- OneSignal - Multi-platform Push Notification Service
- Disqus - Comments Plugin
- SendBird - Messaging SDK and Chat API for Websites
This project is licensed under the MIT License - see the LICENSE.md file for details