Skip to content

Tripple-A/Courses-api

Repository files navigation

README

Courses-Api

This is an API that was built using RubyOnRails. It is a Rest Api and can perform all rest functions . Users can make requests to retrieve information,or create data.

Table of Contents

Features

  • There is a user table with authentication
  • THere is a courses table that contains a list of courses
  • There is a favorites table that belongs to the user

Concepts Employed

  • Associations
  • Authentication
  • Foreign Keys
  • Validations
  • RSpec

Built With

  • ERB
  • CSS
  • BOOTSTRAP
  • RAILS

REQUIRED INSTALLATIONS

  • ruby
  • rails

Installation of This Repository

Once you have installed the requiered packages shown on the Required Installations, proceed with the following steps

Clone the Repository,

your@pc:~$ git clone https://github.com/Tripple-A/Courses-api.git

Move to the downloaded folder

your@pc:~$ cd Courses-api

Install all packages

your@pc:~$ bundle install

To test

your@pc:~$ rspec

Future Improvements

  • Signing in with google
  • Signing in with Github

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Authors

Acknowledgements

About

An api for the courses app using Rails

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published