- 📗 Table of Contents
- 📖 [Rails Backend]
[Hello Rails Backend] is a Rails Backend application whose front-end is implemented using React here.
Client
Server
Database
- Rails API
To get a local copy up and running, follow these steps.
In order to run this project you need:
gem install rails
Clone this repository to your desired folder:
cd my-folder
git clone https://github.com/rex-9/Hello-React-on-Rails.git
you@your-Pc-name:~$ cd <transactions-on-rails>
bundle install
- setup the database environment in
config/database.yml
rails db:create
rails db:migrate
rails db:seed
To run the project, execute the following command:
rails server
To run tests, run the following command:
Example command:
bin/rails rspec spec
👤 Rex
- Github: @rex-9
- Medium: @rex9
- LinkedIn: @rex9
- Facebook: @htetnaing0814
- Angelist: @rex9
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, please kindly offer me opportunities for further contributions.
I would like to thank Microverse for giving the inspiration to build this project.
-
Can I build and use this project on Windows
- Yes, you can. Check my commit history. If it's hard to understand, you can easily reach out to me.
This project is MIT licensed.