Skip to content

Rails application to manage friends and execute CRUD operations on them. Built with SQLite3 and Tailwind CSS.

License

Notifications You must be signed in to change notification settings

didierganthier/friends

Repository files navigation

logo

F.R.I.E.N.D.S

📗 Table of Contents

📖 FRIENDS

FRIENDS is a Rails application to manage friends and execute CRUD operations on them. Built with SQLite3 and Tailwind CSS.

🛠 Built With

Tech Stack

Client
Server
Database

Key Features

  • Create a friend
  • Update a friend
  • Delete a friend

(back to top)

🚀 Live Demo

  • N/A

(back to top)

💻 Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

In order to run this project you need:

 gem install rails

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone git@github.com:didierganthier/friends.git

Install

Install this project with:

  cd friends
  gem install

Usage

To run the project, execute the following command:

  rails server

Run tests

To run tests, run the following command:

  bin/rails test test/models/article_test.rb

Deployment

You can deploy this project using:

  • N/A

(back to top)

👥 Authors

👤 Author1

(back to top)

🔭 Future Features

  • Add girlfriends
  • Add foes
  • Add family

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project and want to show your support, please give it a ⭐️!

(back to top)

🙏 Acknowledgments

I would like to thank the following

(back to top)

❓ FAQ (OPTIONAL)

  • How to contribute to the project

    • Fork the project
    • Create your feature branch (git checkout -b feature/AmazingFeature)
    • Commit your changes (git commit -m 'Add some AmazingFeature')
    • Check that your code is working properly
    • Create a pull request
    • Request a review
    • Congratulations! You are now a contributor! 🎉
  • What is the purpose of this project

    • This project is a simple CRUD application to manage friends.
    • It is a good starting point for beginners to learn how to build a Rails application.
    • Built for learning purposes.

(back to top)

📝 License

This project is MIT licensed.

(back to top)

About

Rails application to manage friends and execute CRUD operations on them. Built with SQLite3 and Tailwind CSS.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published