Skip to content
This repository was archived by the owner on Jun 23, 2021. It is now read-only.

A base Angular app to be used by all schools as a front end for BDE website (currently, this base app is to specific to Montpellier)

Notifications You must be signed in to change notification settings

BDE-Polytech-MTP/base-front

Repository files navigation

BaseFront

Build

This project provides a basic front-end application to interact with the BDE back-end REST API. This project can and certainly should be forked by each school to add their own content and customize application's style.

Application overview

The project is an Angular application. You can check Angular documentation on Angular's website. You can also specificly take a look at the PWA part as the application is also meant to be used as a PWA.

We currently have 2 Angular module that define components in our application :

  • app.module.ts : This module contains all components required for a basic user
  • administration/administration.module.ts : This module contains all components that are only needed for users who can perform administration tasks

Both have their respective routing modules :

  • app-routing.module.ts
  • administration/administration-routing.module.ts

Contributing

To contribute to this project, just fork the project and clone the forked project.

Once cloned, run npm install command then make any modifications you want, commit and push. Then create a pull request and I'll take a look and accept it if everything's good.

About

A base Angular app to be used by all schools as a front end for BDE website (currently, this base app is to specific to Montpellier)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published