Skip to content

leighad/good-bites

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

102 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

good bites

Welcome to good bites, a restaurant suggestion app where users can CRUD lists of their favorite restaurant suggestions.

Table of contents

General info

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.

Technologies

Setup

Describe how to install / setup your local environement / add link to demo version.

1. Check out the repository
git clone https://github.com/leighad/good-bites.git
2. Create database.yml file

Copy the sample database.yml file and edit the database configuration as required.

cp config/database.yml.sample config/database.yml
3. Create and setup the database

Run the following commands to create and setup the database.

bundle exec rake db:create
bundle exec rake db:setup
4. Start the Rails server

You can start the rails server using the command given below.

bundle exec rails s

And now you can visit the site with the URL http://localhost:3000

Features

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

Status

Project is: in progress

Inspiration

Project inspired by all the little birds in my family. Thanks to @flynerdpl for help with this README.

Contact

Created by Leigha- feel free to contact me!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors