- π About the Project
- π» Getting Started
- π₯ Authors
- π Future Features
- π€ Contributing
- βοΈ Show your support
- π Acknowledgements
- β FAQ
- π License
GVASH PLANES is a rails application where you can book planes. This app is created using
Railsas an api andReactas frontend with 5 people.
REACT
Server
Database
- A user can register and log in, so that the data is private to them.
- Book new planes
- Create planes (only for admin)
- Kanban-Board
- Kanban-Board initial screenshot
- At the end of this project, we are still 5 members: @Samuellekpor, @ginabeki, @Abdessittir, @heintayzar-hm, and @V-Blaze.
To get a local copy up and running, follow these steps.
In order to run this project you need:
gem installClone this repository to your desired folder(Rails):
git clone https://github.com/V-Blaze/GVASH-PLANES-API.gitClone Another repository for frontend(React). Project
git clone https://github.com/V-Blaze/gvash-planes.gitInstall Rails Project with:
cd GVASH-PLANES-API
bundle install Setup database credentials
config/database.yml
rails db:setup
rails sFor the React project,
- Go to the respective folder where you clone.
- At the root folder of your app, Make new file called
.envand add the following.
REACT_APP_API_URL=http://127.0.0.1:3000- Run the following.
npm install
npm start
if you wanna login as admin, you have to use the following credientials, please make sure to run above commands
email: user@example.com
password: passwordTo run tests, run the following command:
rspec spec --format documentation
π€ Hein Tay Zar
π€ Valentine Blaze
- GitHub: @V-blaze
- Twitter: @blaze_valentine
- LinkedIn: @valentine-blaze
π€ Gina Beki
π€ Abdessittir
- GitHub: @Abdessittir
- Twitter: @AbdessittirHar1
- LinkedIn: Abdessittir Harkati
π€ Sammuel LEKPOR
- GitHub: @gSamuellekpor
- Twitter: @samuel_lekpor
- LinkedIn: sammuel_kepor
- Fully Functional Auth Pages including email verifications and forgot password pages
- Make multiple admins
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, Please give it a βοΈ
Thanks @Murat Korkmaz on Behance. for providing this template
Thanks microvers for giving this oppournity.
This project is MIT licensed.