/food-server

A backend server for ๐Ÿœ๐ŸFood App based on ๐Ÿ“ฆLaravel

Primary LanguagePHPBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

FOOD API Server ๐Ÿ‘‹

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

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

๐Ÿ  Homepage

Features

๐Ÿš€ 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 alphaolomi@gmail.com 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