Skip to content

HETIC-MT-P2021/front-group5-proj01

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

La Galeria de Papel - Front

About

The goal of this project is to create a web app with an image gallery where you can manage your images : add, update and delete images. You will also be able to edit categories and tags to use them in filters.

The real goal of this project is to learn how to use Elm to make web app.

You are on the Front-end of the Project, we used Elm and Nginx to make a fast loading Web app.

Requirements

Installation

TODO:

git clone https://github.com/HETIC-MT-P2021/front-group5-proj01.git

 

The app is now available at http://localhost:8000

Prerequisites

Make sure that you have already started the Back of La Galeria De Papel

Installing

docker build --tag galeria:1.0 ./
docker run --publish 8000:8080 --name galeria_app galeria:1.0

You can now access the web app At http://localhost:8001

Features

  • All of CRUD for images and categories.

  • You can also edit the categories.

  • You can filter by date, tags and categories

  • An image is linked with one category, deleting the category will delete all linked images.

Technical Choices

Feel free to discuss with any contributor about the technical choices that were made. You can find te technical documentation here

Deployment

You have to install Node.js

cd front-group5-proj01/app
npm start

Contributing

See contributing guidelines

Any Questions ?

If you have any questions, feel free to open an issue. Please check the open issues before submitting a new one ;)

Authors

Jean-Jacques Akakpo Tsabot myouuu

Licence

The code is available under the MIT license.

Releases

No releases published

Packages

No packages published