/api-authentication

is an information-sharing project related to API authentication. The data from this application supports the article created on Medium with API authentication tips.

Primary LanguageRuby

📗 Table of Contents

📖 API Authentication

API authentication is an information-sharing project related to API authentication. The data from this application supports the article created on Medium with API authentication tips.

🛠 Built With

Tech Stack

Server
Database

Key Features

  • Basic API application
  • CRUD
  • Documentation using Rswagger
  • API Authentication
  • Authentication using token

(back to top)

🚀 Live Demo

Add a link to your deployed project.

(back to top)

💻 Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

In order to run this project you need:

Ruby

Setup

Clone this repository to your desired folder:

using HTTPS:

  git clone https://github.com/ElsonOtake/api-authentication.git
  cd api-authentication

using an SSH key:

  git clone git@github.com:ElsonOtake/api-authentication.git
  cd api-authentication

using GitHub CLI:

  git clone gh repo clone ElsonOtake/api-authentication
  cd api-authentication

Install

Install this project with:

  bundle install

Create the database:

  rails db:create db:migrate

Usage

To run the project, execute the following command:

  rails server

Run tests

To generate the API documentation:

  rake rswag

(back to top)

👥 Author

👤 Elson Otake

(back to top)

🔭 Future Features

  • Documentation of login via API
  • Documentation of authentication using token
  • Documentation of protected endpoints

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

🙏 Acknowledgments

I would like to thank...

(back to top)

📝 License

This project is MIT licensed.

(back to top)