Skip to content

Simulating the backend of the Snappfood project with the Laravel framework and API for client usage requests (further developing)

Notifications You must be signed in to change notification settings

Aliafghari/snapp_food

Repository files navigation

snapp_food

how it's run:

1. clone project

2. update packages

composer update

3. copy .env file

cp .env.example .env

4. Generate key

php artisan key:generate

5. Generate Jwtkey

php artisan jwt:secret

6. Instal npm packages

npm install

7. npm run dev

npm run dev

8.create migrate & seed

php artisan migrate --seed

9. Run Server

php artisan serve

#################################

login Admin:

superadmin@example.com

pass:12345678