The hello-rails-back-end is an example of a back end web application fully used as an api for our front end hello-react-front-end.
Client
Server
Database
- Use database migration files to maintain database schema.
- Understand ORM -Implement Api endpoints
In order to run this project you need:
-
Ruby on Rails installed and running. To get more information, read the installation guide.
-
PostgreSQL installed and running
Clone this repository to your desired folder:
git clone https://github.com/codeWithHyder/hello-rails-back-end
cd Hello-back-end-app
Install thr project dependencies with:
bundle install
To run the project, execute the following command:
rails server
install and run the front end after this step
You can deploy this project using:
N/A
👤 Ghulam Hyder Dar
- GitHub: @githubhandle
- LinkedIn: LinkedIn
- Add more API endpoints.
- API documentation.
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project and want to support me make cooler projects Give this project a Star.
I would like to thank the Microverse team for their invaluable resources
This project is MIT licensed.