An App that help connect people and businesses
WeConnect is an app that connects businesses and individuals together by creating awareness of the business and provides oppotunity for users to write reviews about the business.
- User can create create a new account
- User can log in and out of the account
- Authenticated user can create a business for users to review
- Authenticated user can post a review for a business
- Business owner can read reviews about their business
- Account owner with business can edit business profile and delete business
| EndPoint | Functionality |
|---|---|
| POST /app/v1/user/auth/register | Creates a user account |
| POST /app/v1/user/auth/login | Logs in a user |
| POST /app/v1/user/auth/logout | Logs out a user |
| POST /app/v1/user/auth/resetPassword | Password reset |
| POST /app/v1/businesses/registration | Register a business |
- Python 3.6 or 2.7
- Install Python
- Run
pip install virtualenvon command prompt - Run
pip install virtualenvwrapper-winon command prompt
- Run
git clonethis repository andcd WeConnect. - Run
python3 -m venv envon command prompt - Run
source env/bin/activateon command prompt - Run
pip install -r requirements.txton command prompt - Run
set FLASK_APP=run.pyon command prompt - Run
flask runon command prompt - View the app on
http://127.0.0.1:5000/
- You can proceed with the above url or run
python run.pyon command prompt
- Run
nosetestson command prompt
- HTML
- CSS
- Bootstrap
- JavaScript/ES6/Reactjs
- Python/Flask
Go to WeConnect