Skip to content

wesleyblackburn90/Find-help

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Find-help

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.

This application uses:

Javascript HTML5 CSS3 Sequelize React Redux Express Heroku

How to use this application

  • 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'

Demonstration

Home screen

From here, you can either proceed as a demo user or make your own account to add your own businesses home screen

Once logged in, you have access to all businesses! Navigate to a business that interests you or make your own business screen

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. individual business

Future features

  • Adding more functionality, location, etc
  • Making the CSS more smooth

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages