- 📗 Table of Contents
- 📖 [React on Rails]
[Earn 2 Learn on Rails] is the backend of the Earn 2 Learn Project where Passionate Learners can walk their Learning Journey with ease and inspirations.
Frontend of this Project can be found here
Server
Database
- Create Studies
- Like and Comment on Studies of Learners
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/Earn2Learn-on-Rails.git
you@your-Pc-name:~$ cd <Earn2Learn-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 Ko Alexander Beatson for giving the Inspiration and Funds to build this project.
-
How did you create this Rails Backend step by step?
- You can check my commit history. I did as simple as I could. If it's hard to understand, you can easily reach out to me.
This project is MIT licensed.