Skip to content

alphaolomi/food-server

Repository files navigation


Food App Backend👋


Build Status Documentation License: BSD 3--Clause Twitter: alphaolomi Maintained:yes PRs Welcome Hits


An elegant backend server for simple food delivery application built with Laravel.

Technologies and Features Used


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
git clone https://github.com/alphaolomi/foodapp-server.git

cd foodapp-server

composer install --no-interaction
yarn install
  • Edit .env and set your database connection details
cp .env.example .env
  • Genrate keys and migrate tables
php artisan key:generate
php artisan migrate
php artisan db:seed

Run tests

composer test

✍ Author


🤝 Contributing

Pull requests are most welcome, Contributions, issues and feature requests are welcome too!

Feel free to check issues page. You can also take a look at the contributing guide.


🔒 Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.


📄 License

BSD 3-Clause License. Please see License File for more information.


Show your support

Give a ⭐️ if this project helped you! GitHub stars

Recommend me on LinkedIn

This README was generated with ❤️ by readme-md-generator