WeConnect This is an online business management application. An Andela Bootcamp Project.
This application is for online business registration and search. It is to help business owners get their business out to the world thus reaching potential customers with ease
Applications API end points have being created and tested for errors with dummy data. All routes are working as specified in project.# WeConnect
WeConnect This is an online business management application. WeConnect application is for online business registration and search. It is to help business owners get their business out to the world thus reaching potential customers with ease
Applications API end points have being created and tested for errors with dummy data. All routes are working as specified in project.
The application can be accessed through heroku at https://pc-connect.herokuapp.com or can be cloned from github.com.
The user interface is built for easy navigation and use of the application. It includes the following:
| EndPoint | Functionality |
|---|---|
POST /auth/signup |
Register a user |
POST /auth/login |
Login a user |
POST /businesses/ |
Register a business |
PUT /businesses/ |
Update business profile |
DELETE /businesses/ |
Remove a business |
GET /businesses/businessId |
Get a business |
GET /businesses |
Get all businesses |
POST /businesses/<businessid>/reviews |
Add a review for a business |
GET /businesses/<businessid>/reviews |
Get all reviews for a business |
GET /businesses?location=<location> |
Get all businesses with the specified location |
GET /businesses?category=<category> |
Get all businesses with the specified category |
WeConnect was built with open source web softwares