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 virtualenv
on command prompt - Run
pip install virtualenvwrapper-win
on command prompt
- Run
git clone
this repository andcd WeConnect
. - Run
python3 -m venv env
on command prompt - Run
source env/bin/activate
on command prompt - Run
pip install -r requirements.txt
on command prompt - Run
set FLASK_APP=run.py
on command prompt - Run
flask run
on command prompt - View the app on
http://127.0.0.1:5000/
- You can proceed with the above url or run
python run.py
on command prompt
- Run
nosetests
on command prompt
- HTML
- CSS
- Bootstrap
- JavaScript/ES6/Reactjs
- Python/Flask
Go to WeConnect