WeConnect brings businesses and users together, and allows users to review businesses.
- Users can create an account and log in
- Authenticated Users can register a business.
- Only the user that creates the business can update and delete a business
- Users can view businesses.
- Users can give reviews about a business.
- Users can search for businesses based on business location or business category.
View on Heroku
Component documentation for this project generated by running npm run doc.
- Run
git clonethis repository andcdinto the project root. - Run
npm installon command prompt - Run
export REACT_APP_BACKEND_HOST=https://weconnect-api-v2-rwothoromo.herokuapp.com/api/v2on command prompt - Run
npm starton command prompt - View the app on
http://localhost:3000
- Run
npm run teston command prompt - Run
npm run coverageon command prompt to generate coverage reports
- Run
npm run buildon command prompt - Run
npm install -g serveto serve the app on a static server - Run
serve -s buildand view the app onhttp://localhost:5000
Visit WeConnect-App