- 📖 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
Rails
as an api andReact
as 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 install
Clone this repository to your desired folder(Rails
):
git clone https://github.com/V-Blaze/GVASH-PLANES-API.git
Clone Another repository for frontend(React
). Project
git clone https://github.com/V-Blaze/gvash-planes.git
Install Rails Project with:
cd GVASH-PLANES-API
bundle install
Setup database credentials
config/database.yml
rails db:setup
rails s
For the React project,
- Go to the respective folder where you clone.
- At the root folder of your app, Make new file called
.env
and 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: [email protected]
password: password
To 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.