/Hotspots-webapp

Hot Spots Web Application developed by Andrew L., Charles P., Kevin D., Sarah L., Bibin K., Shivangi, & Riya

Primary LanguageCSS

🌴 Hotspots 🌴

Description

A Hot Spots Web Application developed by Andrew L., Charles P., Kevin D., Sarah L., Bibin K., Shivangi, & Riya

Before getting started

This is a list of topics that should be reviewed and research before working on this project.

Setup

Install and setup Homestead for a Symfony 4 project. All of the following commands should be run in the project root within the VM created.

Run the following commands:

homestead ssh
cd ~/code
composer install
npm install
php bin/console doctrine:database:create
php bin/console doctrine:migrations:migrate