Skip to content

bluehacks2019/spam

Repository files navigation

Swell

Swell is a daily self-care app that aims to improve the different categories of wellness holistically through the recommendation of simple tasks.

Set-up and Installation Guide

  1. Install the latest version of PHP link`
  2. Install Composer link
  3. We used XAMPP for the database server, download here link

After installing the ones above, it's time to run the website!

For first timers,

  1. Clone the repo into the htdocs folder in xampp (ex. C://xampp/htdocs/)

  2. Create a database with that you want

  3. Duplicate .env.example and rename it to .env

  4. Edit .env to suit your environment

    • DB_DATABASE (database name)
    • DB_USERNAME
    • DB_PASSWORD
  5. Run the following commands

    composer update
    php artisan key:generate
    php artisan storage:link
    
  6. Start the server and run migration files

    php artisan serve
    php artisan migrate
    
  7. Populate the database with populate.sql inside the _sqlData folder

  8. Go to the website and register as a user

Made using PHP and Laravel with love.

Team

Team Name: spam Members: Cher Panlilio Leina Santiago Deion Menor Aaron See

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors