https://github.com/alphaolomi/food-server
A backend server for 🍜🍝Food App based on 📦Laravel
https://github.com/alphaolomi/food-server
food food-delivery-application hackatoberfest laravel learning php7
Last synced: 5 months ago
JSON representation
A backend server for 🍜🍝Food App based on 📦Laravel
- Host: GitHub
- URL: https://github.com/alphaolomi/food-server
- Owner: alphaolomi
- Created: 2019-08-10T08:42:14.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2022-10-05T09:00:08.000Z (about 3 years ago)
- Last Synced: 2025-04-07T00:14:16.208Z (6 months ago)
- Topics: food, food-delivery-application, hackatoberfest, laravel, learning, php7
- Language: PHP
- Homepage: food-server-one.vercel.app
- Size: 28.5 MB
- Stars: 39
- Watchers: 1
- Forks: 15
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Food App Backend👋
[![Build Status][ico-travis]]([link-travis])
[](https://food-engine.herokuapp.com/api/documentation)
[](#)
[](https://twitter.com/alphaolomi)
![Maintained:yes][ico-maintained]
[![PRs Welcome][ico-pr]][link-pr]
[](https://hits.seeyoufarm.com)
An elegant backend server for simple food delivery application built with Laravel.
### 🏠 Homepage [food-engine.herokuapp.com](https://food-engine.herokuapp.com/)
### 📄 [Documentation](./docs/README.md)
## Technologies and Features Used
- Laravel 8.0
- JWT Auth via [Laravel Sanctum](https://laravel.com/docs/master/sanctum)
- REST API
- [API Docs with OpenAPI](https://food-engine.herokuapp.com/api/documentation)
## Modules involved
- Landing Website
- Front Menu + Ordering Website
- Web Dashboard
- REST API
- OpenAPI Docs
## 🚀 Development
Composer and Yarn/NPM package manager are required
Via Git
- Fork, then Clone
```bash
git clone https://github.com/alphaolomi/foodapp-server.gitcd foodapp-server
composer install --no-interaction
yarn install
```- Edit `.env` and set your database connection details
```bash
cp .env.example .env
```- Genrate keys and migrate tables
```bash
php artisan key:generate
php artisan migrate
php artisan db:seed
```
## Run tests
```sh
composer test
```
## ✍ Author
- 👤 **Alpha Olomi** - Twitter: [@alphaolomi](https://twitter.com/alphaolomi) - Github: [@alphaolomi](https://github.com/alphaolomi)
## 🤝 Contributing
Pull requests are most welcome, Contributions, issues and feature requests are welcome too!
Feel free to check [issues page](https://github.com/alphaolomi/food-app/issues). You can also take a look at the [contributing guide](https://github.com/alphaolomi/food-app/issues).
## 🔒 Security
If you discover any security related issues, please email [alphaolomi@gmail.com](mailto:alphaolomi@gmail.com) instead of using the issue tracker.
## 📄 License
BSD 3-Clause License. Please see [License File](LICENSE.md) for more information.
## Show your support
Give a ⭐️ if this project helped you!
---
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_
[ico-license]: https://img.shields.io/badge/license-BSD_3_Clause-green.svg?style=flat-square
[ico-travis]: https://img.shields.io/travis/com/alphaolomi/food-server?style=flat-square
[link-travis]: https://travis-ci.com/alphaolomi/food-server
[link-repo]: https://github.com/alphaolomi/food-server
[link-contributors]: ../../contributors
[ico-maintained]: https://img.shields.io/badge/Maintained%3F-yes-green.svg?style=flat-square
[link-pr]: http://makeapullrequest.com
[ico-pr]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square