https://github.com/hombre2014/book-a-class-frontend
https://github.com/hombre2014/book-a-class-frontend
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hombre2014/book-a-class-frontend
- Owner: Hombre2014
- License: mit
- Created: 2022-05-10T11:49:09.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-30T14:43:22.000Z (almost 3 years ago)
- Last Synced: 2025-02-01T03:19:13.764Z (4 months ago)
- Language: JavaScript
- Size: 2.5 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: license.md
Awesome Lists containing this project
README

# 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

## 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.