Skip to content

Latest commit

 

History

History
53 lines (40 loc) · 1.05 KB

File metadata and controls

53 lines (40 loc) · 1.05 KB

Learning-Managment-System-Backend

Links

Tools

Backend

  • Rails
  • Postgresql
  • ActiveStorage
  • Faker

prerequisites

Getting Started

  • Server

    • Run

         # install
         $ bundle install
      
         # development
         $ rails server
      
      
      
    • Database Seeds

         $ rails db:migrate
      # to run the seed file (Learning-Managment-System-Backend/blob/main/db/seeds.rb)
         $ rails db:seed 
    • Api Documentation

Contributing

1. Fork this repo
2. Create new branch
	$ git checkout -b <FeatureBranch>
3. Add your feature then
	$ git commit -m "add my feature"
	$ git push origin <FeatureBranch>
4. Create PR