Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/iamyunusali/eventify-backend

Eventify is a Full-stack web application. that makes easier to post, reserve and delete events on a click of button. This is the Backend(API) of the System.
https://github.com/iamyunusali/eventify-backend

postgresql rspec-rails ruby ruby-on-rails swagger swagger-ui

Last synced: about 5 hours ago
JSON representation

Eventify is a Full-stack web application. that makes easier to post, reserve and delete events on a click of button. This is the Backend(API) of the System.

Awesome Lists containing this project

README

        




logo

Eventify app

# 📗 Table of Contents

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

# 📖 [Eventify APP]

>
**[Eventify APP]**

## 🛠 Built With

### Tech Stack

> Describe the tech stack and include only the relevant sections that apply to your project.

Client / Frontend

Server | Backend

Database

### Key Features

> Describe between 1-3 key features of the application.

- **[View Events]**'
view different events.

- **[Sign Up and Login ]**'
sign up and login to your account.

- **[Reserve events]**'
reserve events that interest you.

(back to top)

## ER Diagram
ER-diagram

## API Documentaion API Docs

[API DOCS](https://eventifyhub.herokuapp.com/api-docs/)

## 🚀 Live Demo API Endpoint

> Add a link to your deployed project.

- [Live API Endpoints Users](https://eventifyhub.herokuapp.com/users)
- [Live API Endpoints Events](https://eventifyhub.herokuapp.com/events)
- [Live API Endpoints Reserves](https://eventifyhub.herokuapp.com/reserves)

(back to top)

## 💻 Getting Started

> Describe how a new developer could make use of your project.

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

### Prerequisites

In order to run this project you need:

```sh
Ruby on Rails
ruby
```

### Setup

Clone this repository to your desired folder:

```sh
git clone https://github.com/IamYunusAli/eventify-backend.git
cd eventify-backend
Open in your favorite editor
```

### Install

Install this project with:

```
bundle install
rails db:create
rails db:migrate
rails db:seed
```

### Usage

To run the project, execute the following command:

```sh
rails s
```

### run-tests

To Test the project, execute the following command:

Test the models
```sh
bundle exec rspec spec/models
```

Test the API endpoint
```sh
rake rswag
```

(back to top)

## 👥 Authors

> Mention all of the collaborators of this project.
👤 **Yunus Ali**

- GitHub: [@IamYunusALi](https://github.com/iamyunusali)
- Twitter: [@IamYunusAli](https://twitter.com/iamyunusali)
- LinkedIn: [Yunus Ali](https://linkedin.com/in/iamyunusali)

👤 *Momanyi Hassan*

- GitHub: [@fullstop125](https://github.com/fullstop125)
- LinkedIn: [momanyi-hassan](https://linkedin.com/in/momanyi-hassan-32a489180)
- Twitter: [@moseshassany](https://twitter.com/moseshassany)

👤 **Betsegaw Sebsibe**

- GitHub: [@betses](https://github.com/betses)
- LinkedIn: [Betsegaw Sebsibe](https://www.linkedin.com/in/betsegaw-sebsibe/)
- Twitter: [@betses](https://www.twitter.com/betse_s/)

(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

> Write a message to encourage readers to support your project

If you like this project kindly ⭐️ the repo

(back to top)

## 🙏 Acknowledgments

> Give credit to everyone who inspired your codebase.
- Microverse for giving us the opportunity
- My coding partners during these capstone

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)