Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.18 KB

File metadata and controls

24 lines (18 loc) · 1.18 KB

Odyssey

Annual project for the 3rd year of the Bachelor in Web Engineering at ESGI.

Design of a CMS from scratch only written in php which allows any company to create their own website from our solution.

Software License

Requirements

Getting Started

Make a git clone of this repository and in the created folder, run this command line :

docker-compose up -d

Usage

With the current docker-compose.yml, go to http://localhost:8080 for the web application and http://localhost:8888 to acces phpMyAdmin.

Contributors