Skip to content

nebulemz/hackathon2024

Repository files navigation

Hackathon 2024 Presents

RecyCash - Web App that connects sellers and buyers efficiently

LOGO

How to install

  1. Open your command prompt and Clone the repository
$ git clone https://github.com/nebulemz/hackathon2024/ 
  1. On the project directory input the following commands
  • Copy the .env.example file and name it .env
$ cp .env.example .env
  • Install dependencies
$ composer install
  • Generate application key
$ php artisan key:generate
  • Run the migrations and seed the application
$ php artisan migrate --seed
  1. Provide credentials
  • On your .env file provide a public key for MAPBOX_PUBLIC_TOKEN and MAPBOX_TOKEN
MAPBOX_PUBLIC_TOKEN=TOKEN_HERE
MAPBOX_TOKEN=TOKEN_HERE
  1. Run the application (Typically at localhost:8000)
$ php artisan serve

About

HACKATHON GDSC PLM EVENT 2024

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published