Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imubarak234/book-a-class
The book a course app is a web application that works like an online school. As a new user you register and gain access to our list of courses. The app allows you to reserve a course depending on the dates, delete a course and add a course.
https://github.com/imubarak234/book-a-class
html-css-javascript javascript rails-api react reactjs ruby-on-rails
Last synced: 27 days ago
JSON representation
The book a course app is a web application that works like an online school. As a new user you register and gain access to our list of courses. The app allows you to reserve a course depending on the dates, delete a course and add a course.
- Host: GitHub
- URL: https://github.com/imubarak234/book-a-class
- Owner: imubarak234
- Created: 2022-05-06T14:33:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-20T07:51:48.000Z (over 2 years ago)
- Last Synced: 2023-03-08T19:57:21.326Z (over 1 year ago)
- Topics: html-css-javascript, javascript, rails-api, react, reactjs, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 5.86 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# Book a class
> This is the final group capstone project - Book-a-class. This is the back-end. The front-end is book-a-class-frontend. Please, see the link below.
## Link to the front end repo
[Link](https://github.com/Hombre2014/book-a-class-frontend)
## Project requirements
The project requirements can be viewed [here](https://github.com/microverseinc/curriculum-final-capstone/blob/main/projects/business_requirements.md)
## Kanban board
[Link](https://github.com/Hombre2014/Book-a-class/projects/1)
## Built With
- Languages: JavaScript, Ruby
- Framework: Ruby on Rails, React, Bootstrap
- Database: PostgreSQL
- Tools: ReduxToolkit## 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/issues).
## Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is [MIT](./license.md) licensed.