This is a friends list organiser that lets you keep track of things like:
- Phone numbers
- Addresses
- Social media accounts
This project is still ongoing so please come back to see the final product :)
Clone the project
git clone https://github.com/Court534/Rails-Friends
Go to the project directory
cd rails-friends
Install GemFile
run Bundle
Start the server
rails s
Go to http://localhost:3000/ to view the site
- Users can sign up
- Users can log in & log out
- Users can add new friends and details
- Users can delete their friends and details
Client: Ruby, Ruby on Rails, Bootstrap