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

https://github.com/hombre2014/book-a-class-frontend


https://github.com/hombre2014/book-a-class-frontend

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

![](https://img.shields.io/badge/Microverse-blueviolet)

# Book a class

> This is the final group capstone project - front-end. The back-end is Book-a-class. Please, see the link below:

## Link to the back-end repo

[Book-a-class](https://github.com/Hombre2014/Book-a-class)

## Project requirements

The project requirements can be viewed [here](https://github.com/microverseinc/curriculum-final-capstone/blob/main/projects/business_requirements.md)

## Built With

- Languages: JavaScript, Ruby
- Framework: Ruby on Rails, React, Bootstrap
- Database: PostgreSQL
- Tools: ReduxToolkit

## Screenshot

![Home](./src/assets/images/Snapshot.JPG)

## Usage

### To start the back-end, do the following:

Run the following commands:
`git clone https://github.com/Hombre2014/Book-a-class`
`cd Book-a-class`
`bundle install`
`rails s`
Open a browser and go to: `https://localhost:3000` to view the app.

### Database setup

`cd Book-a-class`
`rails db:drop db:create db:migrate db:seed`

### To start the front-end, do the following:

Run the following commands:
`git clone https://github.com/Hombre2014/book-a-class-frontend`
`npm install`
`npm start`
The WebDev server will ask you to change the port 3000, since it is already ocupied by the Rails server. Type "Y" and continue. The WebDev server will run on port 3001 and will open a new browser loading the home page.

## Authors

👤 **Mubarak A Ibrahim**

- GitHub: [@imubarak234](https://github.com/imubarak234)
- LinkedIn: [Mubarak Ibrahim](https://www.linkedin.com/in/mubarak-ibrahim-1540a5208/)

👤 **Yuriy Chamkoriyski**

- GitHub: [@Hombre2014](https://github.com/Hombre2014)
- Twitter: [@Chamkoriyski](https://twitter.com/Chamkoriyski)
- LinkedIn: [axebit](https://linkedin.com/in/axebit)

👤 **Kalolo Chola Lemba**

- GitHub: [@KayLemba](https://github.com/KayLemba)
- Twitter: [@King_Kaylo1](https://twitter.com/King_Kaylo1)
- LinkedIn: [Kalolo (Chola) Lemba](https://www.linkedin.com/in/kalolo-lemba-41a8339a/)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/Hombre2014/book-a-class-frontend/issues).

## Show your support

Give a ⭐️ if you like this project!

## 📝 License

This project is [MIT](./license.md) licensed.