- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ
- 📝 License
The project is an exercise to create the back-end layer of the rails-react project
You can find the front-end layer of this app in this link
Language
- Show random greetings
To get a local copy up and running follow these simple example steps.
In order to run this project you need:
- Install ruby on your computer or run it with docker
- Have rails installed on your computer
Clone this repository by using the command line :
git clone https://github.com/mkaya13/rails-react-back-end
Install this project with:
bundle install
To run the project, execute the following command:
rails s
or ./bin/dev
NB: You need to create an env
file for your database credentials
your env file should contain the following
DATABASE_USERNAME=
DATABASE_PASSWORD=
👤 Mert Kaya
- Implement more functionalities
Contributions, issues, and feature requests are welcome!
If you like this project by staring it.
I would like to thank Microverse for the project.
This project is MIT licensed.