Cafeman is a Web Application developed with Ruby on Rails , PostgresQL which offers features like maintaining Menu/MenuItems , Users can place Orders , Owner can manage these orders , Dashboard with Graphs/Charts.
- Authentication (SignIn/SignUp)
- View and Manage MenuItems and Menus
- Change Active Menu
- Creating Cart for Orders
- Placing Orders
- Show Pending and Completing Orders
- Dashboard
Cafeman uses the Built-in Testing library. Test are important as it ensures that your code adheres to the desired functionality even after some major code refactoring. You can test your APIs , Model Methods and much more without trying each by yourselves.
To run the Tests:
rails test
Rails Testing Documentation is a fantastic place to learn and start writing tests for your Rails Application.
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.
Twitter - @DeepankarBhade




