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.

MIT License

Stars
5

Table of Contents

[Eventify APP]

[Eventify APP]

Built With

Tech Stack

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

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.

ER Diagram

API Documentaion API Docs

API DOCS

Live Demo API Endpoint

Add a link to your deployed project.

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:

Ruby on Rails
ruby

Setup

Clone this repository to your desired folder:

  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:

rails s

run-tests

To Test the project, execute the following command:

Test the models

bundle exec rspec spec/models

Test the API endpoint

rake rswag

Authors

Mention all of the collaborators of this project. Yunus Ali

Momanyi Hassan

Betsegaw Sebsibe

Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Write a message to encourage readers to support your project

If you like this project kindly the repo

Acknowledgments

Give credit to everyone who inspired your codebase.

  • Microverse for giving us the opportunity
  • My coding partners during these capstone

License

This project is MIT licensed.

Related Projects