- The objective of this project is to provide a virtual Menu of available food around Ciudad Universitaria in Monterrey, Nuevo León.
- This project is based on the Laravel framework (^7.0).
- Javascript dependencies are handled by NodeJS (^10) and Yarn (^1.17).
- Database used is SQLite, but design must work with any SQL-based engine.
You can help improve this project. You may use the following steps to get the project up and running in your machine:
- Clone the project with git:
git clone https://github.com/iksaku/FIMEats
. - Install composer dependencies:
composer install
. - Copy file
.env.example
to.env
and setup variables that meet your setup. - Create a database and fill with data using:
php artisan import:menus
. - Install node dependencies:
yarn install
. - In order to view Web App you must build assets, but you can face with 2 situations:
- a. If you don't want to modify the front end, you can run
yarn prod
. - b. Otherwise, if you want to contribute to the frontend, you may run
yarn watch
and start modifying files (they will automatically update).
- a. If you don't want to modify the front end, you can run
- This project started to be presented as a school assignment, but the actual interest grew so much. That's why I'm Open Sourcing it, so other college mates can contribute to its development.
- Started as final project for the "Object Oriented Programming" class, taken with Mayra Deyanira from August to December in 2018.