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 clone
this repository andcd
into the project root. - Run
npm install
on command prompt - Run
export REACT_APP_BACKEND_HOST=https://weconnect-api-v2-rwothoromo.herokuapp.com/api/v2
on command prompt - Run
npm start
on command prompt - View the app on
http://localhost:3000
- Run
npm run test
on command prompt - Run
npm run coverage
on command prompt to generate coverage reports
- Run
npm run build
on command prompt - Run
npm install -g serve
to serve the app on a static server - Run
serve -s build
and view the app onhttp://localhost:5000
Visit WeConnect-App