# Installation

Upload **Fuodz** backend zipped folder to your server. Unzip/extract the folder to your desired project folder.

The backend folder comes with all the package the system needs, so there is no need to run extra command.

**NOTE:** Backend is built with Laravel framework which require your **domain/subdomain** to be pointing to the project **public** folder.

## Steps

Below are the must important steps to follow to make sure your backend is setup correclty and should work as intended:

1. Make sure you have uploaded your files to the right path on your server. Here is a link to guide on how to do that: <https://www.youtube.com/watch?v=w0RTsbT6tqE&list=PL0ABj3VnhPoAjrVFiRcU9N7lk-lS6bbk3>
2. Database setup: [database-configuration](https://edentech.gitbook.io/glover/backend/database-configuration "mention")
3. Firebase setup: [firebase](https://edentech.gitbook.io/glover/backend/firebase "mention")
4. Cron Job: [cron-job](https://edentech.gitbook.io/glover/backend/cron-job "mention")
