Giter Site home page Giter Site logo

bap_semestre2's Introduction

BAP - 2e semester

Installation

  1. Clone the repository
$ git clone [email protected]:FannyGautierr/bap_semestre2.git
  1. Go to the project directory
$ cd bap_semestre2
  1. Install composer
$ composer install
  1. Duplicate the .env file and name it .env.local
  2. Update the DATABASE_URL variable in the .env.local file with your database credentials. It should look like this :
DATABASE_URL="mysql://db_user:[email protected]:3306/db_name?serverVersion=5.7"
  1. Create the database
$ php bin/console doctrine:database:create
  1. Run the migrations
$ php bin/console doctrine:migrations:migrate
  1. Load the fixtures
$ php bin/console d:f:l
  1. Run the server
$ symfony serve
  1. Run encore build
$ npm run watch
  1. Go to http://localhost:8000

  2. Enjoy!

Trouver les différentes pages et l'admin

Landing Page Cité Educative : http://127.0.0.1:8000/
Page Event Cité Educative : http://127.0.0.1:8000/event
Page Event Villeneuve La Garenne : http://127.0.0.1:8000/event2
Page actualité Villeneuve La Garenne : http://127.0.0.1:8000/actualite
Page d'acceuil Villeneuve La Garenne : http://127.0.0.1:8000/accueil
Formulaire : http://127.0.0.1:8000/survey

Accéder a l'admin : http://127.0.0.1:8000/admin

  • Admin : On peut seulement voir les réponses et les statistiques
    Identifiants :
    Mail : [email protected]
    Mot de passe : 123
  • Super Admin : Créer les questionnaires , créer des questions , créer des options et les assigner a des questionnaires
    Identifiants :
    Mail : [email protected]
    Mot de passe : 123

bap_semestre2's People

Contributors

deez-blip avatar charles-chrismann avatar fannygautierr avatar tom-tamen avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.