- π About the Project
- π» Getting Started
- π₯ Authors
- π Future Features
- π€ Contributing
- βοΈ Show your support
- π Acknowledgements
- π License
Hello Rails Backend is an implemention of a connection between Ruby on Rails back-end and React front-end. Hello Rails Backend handles the backend API, and Hello React Frontend handles the frontend UI to display a random greeting message.
Client
Server
Database
- Provide Endponit API
To get a local copy up and running follow these simple example steps.
In order to run this project you need:
- Ruby installed and running
- Rails installed and running
- PostgreSQL installed and running
Clone this repository to your desired folder:
git clone https://github.com/Jawad-Nazari/hello-rails-back-end.git
Install the project dependencies, execute the following command in Bash:
bundle install
Create the database, execute the following command in Bash:
rails db:create
rails db:migrate
To run the project, execute the following command in Bash:
rails server
To run the project tests, execute the following command:
rspec spec
π€ Jawad Nazari
- GitHub: @Jawad-Nazari
- Twitter: @Nazari_Jawad58
- LinkedIn: @jawad-nazari
- Making desktop view
- Impoving UI / UX of the application
- Improving Navigation
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a start if you like this project!
- I would like to thank the Microverse program!
This project is MIT licensed.