- Introduction
- Project Features
- Objectives of the project
- Technologies
- Installation
- Contributions
- Author
- Bugs & Feature Request
You’re probably already aware that it can be hard to find the right restaurant and some times when you do and visit it, you find that it is not what you expected.You've been searching for a new restaurant to try, but it's hard to tell which ones are good. What if you could just go online and find them instantly?
To solve this problem, I have decided to create a restaurant finder app that helps people who are new to the area and looking for a good place to eat. Through sharing the restaurants details and also the food that they serve. You can judged how good the restaurant is from the reviews that users share.
- Home Page - First page user sees when they visit the site which contains all the restaurants
- Login Page - Logs in user to use the application
- Sign Up page - Registers user to use the application
- Restaurant Page - Displayes a single restaurant, its dishes and reviews.
- Logs in user to the posts page when there credentials are verified
- Signs up user to enable the use the application
- User can post questions on the posts page
- User can comment on a particular post
- User are logged out when they click the log out button
- React - it was used to design, structure and add content to the web pages
- Ruby on rails - it was used to create the backend part of the application
- Netlify - it was used for deployment
- Fork the repo and clone it on your machine using the following command in your terminal:
git clone [<path to repo>](https://github.com/Murage-Ivy/restro)
- Navgiate to the cloned repo
cd /restro
- Open the cloned repo on your visual studio by using this command:
code .
- Install dependecies
npm install
- Install react-router-dom
npm i react-router-dom
- Run server
npm run server
- Start Project
npm start
-
Fork this repository.
-
Create a branch:
git checkout -b <branch_name>.
-
Make your changes and commit them:
git commit -m '<commit_message>
-
Push to the original branch:
git push origin <project_name>/<location>
-
Create the pull request.
Alternatively see the GitHub documentation on creating a pull request creating a pull request.
In case you find a bug, kindly open an issue here. Include your query and your expected results.
7/12/2022
Ivy Wambui Murage
MIT Copyright (c) 2022 Ivy Murage
- Moringa School