Skip to content
This repository was archived by the owner on Dec 12, 2024. It is now read-only.

JudithBre/ParticipationWebApp

 
 

Repository files navigation

Web Participation App

This project is from the IFGI in Münster and aims at creating a participation web plattform for citizens in order to collaborate for the Stadtlabor for the Corrrensstraße.

Run project

In order to make the project run on your machine, some steps need to be taken:

  1. Install all required packages: npm install and composer install
  2. Make sure the database is set up and also clear it with php artisan migrate:fresh
  3. You may seed some dummy data in order to investigate how the platform may look with real users and data. For that run php artisan db:seed
  4. Finally, run the project: php artisan serve

Update the server configuration

cd /var/www/html

git pull

php artisan migrate --seed

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PHP 59.2%
  • Blade 38.7%
  • HTML 1.9%
  • Shell 0.2%