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

https://github.com/alierpm/bookify-backend


https://github.com/alierpm/bookify-backend

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

Bookify-backend

# 📗 Table of Contents

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

# 📖 Bookify-App

** Bookify-App** is a simple book reserve App where User Can add remove their favorite book items from different category. This App is build on Rails + React framework.

## 🛠 Built With

### Tech Stack

Client

Server

Database

### Key Features

- **Uses the RoR framework following MVC architecture**
- **Create render a random greeting message from the database.**
- **Uses React-Redux middleware for data fetching.**

(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](https://www.ruby-lang.org/en/documentation/installation/)
- [Node.js and npm](https://nodejs.org/)

### Setup

Clone this repository to your desired folder:

```
cd my-folder
git clone https://github.com/AlierPM/bookify-backend

```
### Install

Install the dependencies:

- gem install

- yarn install/npm install

Create database:

- bin/rails db:create

- bin/rails db:seed
(to populate database with sample data)

### Usage

To run the server:

```
rails assets:precompile

rails server

```

Open [http://localhost:3000](http://localhost:3000) to view it in your browser.

### Run tests

To run tests, run the following command:

```
rspec spec/

```

(back to top)

## 👥 Authors

👤 **Faiz Mohammad**

- GitHub: [@the-faizmohammad](https://github.com/the-faizmohammad)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/faiz-mohammad-967354142/)

## 👥 Authors

👤 **Alier Philip**

- GitHub: [@AlierPM](https://github.com/AlierPM)
- Twitter: [Twitter](https://twitter.com/AlierPM)

## 👥 Authors

👤 **Karan Joshi**

- GitHub: [@DevKaranJ](https://github.com/DevKaranJ)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/devkaranj/)

(back to top)

## 👥 Authors

👤 **Omet Omeni**

- GitHub: [@ometman](https://github.com/ometman)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/ometman/)

## 👥 Authors

👤 **Afimia Fidelis Izebiafe**

- GitHub: [@Izebiafe](https://github.com/Izebiafe)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/faiz-mohammad-967354142/)

## 🔭 Future Features

- [ ] **Add a wireframe**
- [ ] **Develop the app and add features to buy a book online.**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!
Feel free to check the GitHub page.

(back to top)

## ⭐️ Show your support

If you like this project Add a star to the repository!

(back to top)

## 🙏 Acknowledgments

I would like to thank author Alexey Savitskiy on behance for using the design which falls under creative comman license.
- https://www.behance.net/gallery/37706679/Circle-(Landing-page-Dashboard-Mobile-App)

(back to top)

## 📝 License

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

(back to top)