https://github.com/alierpm/bookify-backend
https://github.com/alierpm/bookify-backend
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alierpm/bookify-backend
- Owner: AlierPM
- License: mit
- Created: 2024-03-12T14:27:47.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-28T18:30:08.000Z (about 1 year ago)
- Last Synced: 2025-02-04T13:44:14.246Z (4 months ago)
- Language: Ruby
- Size: 173 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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** 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.
Client
Server
Database
- **Uses the RoR framework following MVC architecture**
- **Create render a random greeting message from the database.**
- **Uses React-Redux middleware for data fetching.**
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/
```
👤 **Faiz Mohammad**
- GitHub: [@the-faizmohammad](https://github.com/the-faizmohammad)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/faiz-mohammad-967354142/)
👤 **Alier Philip**
- GitHub: [@AlierPM](https://github.com/AlierPM)
- Twitter: [Twitter](https://twitter.com/AlierPM)
👤 **Karan Joshi**
- GitHub: [@DevKaranJ](https://github.com/DevKaranJ)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/devkaranj/)
👤 **Omet Omeni**
- GitHub: [@ometman](https://github.com/ometman)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/ometman/)
👤 **Afimia Fidelis Izebiafe**
- GitHub: [@Izebiafe](https://github.com/Izebiafe)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/faiz-mohammad-967354142/)
- [ ] **Add a wireframe**
- [ ] **Develop the app and add features to buy a book online.**
Contributions, issues, and feature requests are welcome!
Feel free to check the GitHub page.
If you like this project Add a star to the repository!
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)
This project is [MIT](./LICENSE) licensed.