Live Link: https://find-help.herokuapp.com/
Find-help is an application loosely based on Yelp where users can find the help they need and can share the resources they have to help others.
Javascript HTML5 CSS3 Sequelize React Redux Express Heroku
- Clone this repo into your own folder
- Navigate into both the front end folder and the back end folder and 'npm install' to download all dependencies
- Create a '.env' file in your backend directory so the app will be able to access your database. Use the existing '.env' file as a reference when making your own to match your data
- Run 'npx dotenv sequelize db:migrate' then run 'npx dotenv sequelize db:seed:all' to set up your database
- In two seperate terminals, one in your backend server and one in your front end server, run 'npm start' in both terminals. If the front end server doesn't open the site automatically, go to 'localhost:3000'
From here, you can either proceed as a demo user or make your own account to add your own businesses
Once logged in, you have access to all businesses! Navigate to a business that interests you or make your own
On the page of the business, feel free to leave a review. If the business is yours, you can update and even delete your business page.
- Adding more functionality, location, etc
- Making the CSS more smooth