Welcome to good bites, a restaurant suggestion app where users can CRUD lists of their favorite restaurant suggestions.
This is my first Rails API with JS project and it was created as part of the Flatiron School curriculum. The purpose of this project is to showcase what I have learned so far and to continue building upon and improving this idea.
Describe how to install / setup your local environement / add link to demo version.
git clone https://github.com/leighad/good-bites.gitCopy the sample database.yml file and edit the database configuration as required.
cp config/database.yml.sample config/database.ymlRun the following commands to create and setup the database.
bundle exec rake db:create
bundle exec rake db:setupYou can start the rails server using the command given below.
bundle exec rails sAnd now you can visit the site with the URL http://localhost:3000
List of features ready and TODOs for future development
- Users can CRUD lists of their favorite suggested restaurants
To-do list:
- Improve functionality and user experience
Project is: in progress
Project inspired by all the little birds in my family. Thanks to @flynerdpl for help with this README.
Created by Leigha- feel free to contact me!