- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ
- 📝 License
Test app used to learn how to connect a React frontend with a Rails backend.
Client
Server
Database
- Data Model
To get a local copy up and running follow these simple example steps.
You need the following tools be installed in your computer:
Clone this repository to your desired folder:
cd my-prefered-folder
git clone https://github.com/SFarida/hello-rails-back-end.git
Install this project with:
cd hello-rails-back-end
bundle
Create the databases,run migrations, and populate it with seed data:
rails db:create
rails db:migrate
rails db:seed
To run the project run the following commands:
rails s
👤Gueleu S. Farida
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project please give it a star 😁🌟✨
Thanks to Microverse for providing us with the right material to aid this project development
This project is MIT licensed.