Skip to content

guemidiborhane/exia-bde

Repository files navigation

CESI.ei second year web project

This project was made during the second year at CESI.ei (CESI exia).

Project members

Tools

  • Laravel 5.8 (updated to Laravel 6 during the project)
  • Vue.js: for some reusable components (eg: comments, likes, ...)
  • express (for the API)

Installation

For the PHP part:

# Clone the project
git clone --recursive https://github.com/guemidiborhane/exia-bde.git
cp -v .env.example .env

docker-compose build app api
docker-compose run --rm app yarn install
docker-compose run --rm app yarn run dev

docker-compose run --rm api yarn install

for the API, assuming you already cloned the master project (which has the API as a submodule):

cd exia-bde/node-api

# Install the dependencies
yarn

# Run the server
yarn run start

Screenshots

Homepage

Homepage

Events Listing

Events index page

Events Page

Events show page

Notes

This project was made public so that other students CAN SOLVE some of their issues by seeing how we did it. NOT TO USE IT as is, so please respect this and don't try to pass it for your work.

Releases

No releases published

Packages

No packages published