This project is about creating API end point using Ruby on Rails. The API has courses and enrolment endpoints. The API also has authentication and authorization for the user.
- Ruby on Rails
- Rswag
- Git
To get a local copy up and running follow these simple example steps.
-
git clone git@github.com:OLIPLICHE/e-learning-platform.git
-
cd e-learning-platform
- Run
bundle install
to install all the necessary gems - Run
rake db:create
andrake db:migrate
then runrails s
- Go to the browser and type
localhost:3000
to see the app
-
Run
gem install rspec
to install Rspec, -
Run
rspec spec
to run all the test cases, and -
Run
rspec spec/name_of_test_file.rb
to run test cases individually.
- Used Rswag for the API documentation
👤 Yannick-Noel Aka
- GitHub: @codecaiine
- LinkedIn: Yannick-Noel AKA
👤 Mavoungou Paka
- GitHub: @OLIPLICHE
- LinkedIn: Mavoungou Paka
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!!
- Microverse