An open API service indexing awesome lists of open source software.

https://github.com/developerwaleed/deploy-backend-test

Try Deploy!
https://github.com/developerwaleed/deploy-backend-test

Last synced: about 1 year ago
JSON representation

Try Deploy!

Awesome Lists containing this project

README

          


logo


# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)

# 📖 GymFit

- **GymFit** is a web application that allows users to view and reserve a fitness activity, i.e. Yoga class, Gym e.t.c. A user can reserve multiple fitness activities and a fitness activity can have multiple reservations on separate dates.
- The application features user based authorization, a basic user can read and manage their user specific reservations while the admin can manage all operations in the application. I.e. create and delete fitness_activities e.t.c

![final-capstone-uml](https://user-images.githubusercontent.com/41898352/206205814-1bc35f56-3c1b-4c17-b3c9-895b374860ef.png)

## 🛠 Built With

### Tech Stack

Server

Database

### Key Features
- **Authenticated endpoints wit jwt**
- **User Authorization**
- **User Authentication with devise**

(back to top)

## 🚀 Live Demo

- [Live Demo Link will be available soon](https://yourdeployedapplicationlink.com)

(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 runtime environment
- Postgresql
- Rails

### Setup

Clone this repository to your desired folder:

### Install

Install this project with:

- Clone the repository using `git@github.com:XsidX/final-capstone-back-end.git`
- Navigate to the folder using `cd final-capstone-back-end`
- Use the following commands to
- install necessary gems `bundle install`
- create database `rails db:create`
- run migrations and create default user as admin `rails db:migrate db:seed`

### Usage

To run the project, execute the following command:

```sh
rails s -p 3001
```

### Run tests

To run tests, run the following command:

```sh
rspec spec
```

### Deployment

You can deploy this project using:
- Heroku

(back to top)

## 👥 Authors

👤 **Sidney**

- GitHub: [XsidX](https://github.com/XsidX)
- Twitter: [@\_sid_o](https://twitter.com/_sid_o_)
- LinkedIn: [Sidney Kaguli](https://www.linkedin.com/in/sidney-kaguli)

👤 **Abdulhamid**

- GitHub: [abdulhamiid](https://github.com/abdulhamiid)
- Twitter: [@abdulhamid_adio](https://twitter.com/abdulhamid_adio)
- LinkedIn: [Adio Abdulhamid](www.linkedin.com/in/abdulhamid-adio)

### 👤 **Charles**

- GitHub: [Okoye Charles](https://github.com/OkoyeCharles)
- LinkedIn: [Okoye Charles](https://www.linkedin.com/in/charles-k-okoye/)
- Twitter: [@Okoyecharles_](https://twitter.com/OkoyeCharles_)

### 👤 **Waleed**

- GitHub: [Waleed Amjad](https://github.com/developerwaleed)
- LinkedIn: [Waleed Amjad](https://www.linkedin.com/in/developerwaleed/)
- Twitter: [@developerwaleed](https://twitter.com/developerwaleed)

### 👤 **Priscilla**

- GitHub: [Priscilla Oyebade](https://github.com/OyePriscilla)
- LinkedIn: [Priscilla Oyebade](https://www.linkedin.com/in/priscilla-oyebade-aa35b8238/)
- Twitter: [@Prisicilla](https://twitter.com/Prisicilla)

## 🔭 Future Features

- Allow users to add their avatar.
- Create API endpoints to allow users to update their info.

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

If you like this project...

(back to top)

## 🙏 Acknowledgments

We would like to thank microverse for providing the curriculum to guide us on this project.

(back to top)

## 📝 License

This project is [MIT](https://github.com/developerwaleed/final-capstone-back-end/blob/fixes/MIT.md) licensed.

(back to top)