FundMyLaptop / Fund-My-Laptop-BE

Backend for Fund my laptop
10 stars 60 forks source link

FundMyLaptop Project

HNGi7 Project by Team Avengers

Instructions To Get Started

  1. Fork the repo.

  2. Clone to your machine.

  3. Create a DB in your MariaDB or MySqlDb.

    a. Fill in the DB details in the .env file (which you can create by renaming a copy of the .env.example file)

  4. Run the following commands from the project root

    a. smile

    b. php artisan key:generate

    c. php artisan migrate

    d. composer install

  5. Run php artisan serve to run the server and load on your browser

Always check the slack channel for more information