Skip to content

rikiDalvarez/FunFood

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GitHub GitHub last commit GitHub language count

🐯 An app to help parents find restaurants where they can enjoy and their child have fun. 🐯

👨‍👩‍👧‍👦 The purpose of the app is to make the life of parents easier and to practice react hooks.

Table of contents

Running FunFood
Observations
Tech Stack

Running FunFood

  • Fork & clone this repo
    Run npm i in funfood/server directory to install the backend dependencies. Now run nodemon index.js and you should get this message: 🚀app running at http://localhost:5005

  • Now go back to funfood directory and run npm ifor the frontend dependencies. Adjust the .env.local to with react_api_key= "your API 🔑 " (You need to get an api key on google dev, if not the map wont be rendered.) Run npm start

Upcoming improvements :

  • Migrate to a relational database(postgres)
  • Add filter options for which type of feature parents are looking in the restaurant.
  • Optimize css with animations.
  • Authentication and authorization for users and restaurant owners.
  • Option to rate the restaurant, leave a comment, and endorse each feature of the restaueant.
  • Each restaurant feature should be rendered more different in relation to how nice is the restaurant.
  • Premium option for restaurants and for users(adding discounts)
  • Option to pay with the application.

Tech Stack

🐯 React
🐯 Express
🐯 mongoDB
🐯 Sequelize
🐯 mongoose
🐯 Google Places API

Releases

No releases published

Packages

No packages published