📗 Table of Contents

📖 API Documentation Authentication

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

🛠 Built With

Tech Stack

Server
Database

Key Features

  • Authentication

(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-documentation-authentication.git
  cd api-documentation-authentication

using an SSH key:

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

using GitHub CLI:

  git clone gh repo clone ElsonOtake/api-documentation-authentication
  cd api-documentation-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

  • Authentication using token documentation
  • Documentation using 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)