Skip to content

younesmahfoudi/prezens

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

Prezens

Prezens is an application for administrative management in education. This project was realized in the framework of an end of study project.

Installation

Clone the project

  git clone https://github.com/younesmahfoudi/prezens

Install prezens with Docker

  docker-compose up -d

Run Locally (dev)

Clone the project

  git clone https://github.com/younesmahfoudi/prezens

First, follow the instructions in the prez-backend ReadMe to deploy the backend

  cd prez-frontend/prez-ui

After launching your backend separately, you need to change the proxy address to point to http://localhost:8100. So in the proxy.conf.json file:

  "target": "http://localhost:8100"

Install dependencies

  npm install

Start the server

  ng serve

Demo

Create an admin on

  http:localhost:4200/adminsignup

Use the application on

  http:localhost:4200

Tech Stack

Client: Angular, Material, Syncfusion

Server: Python, MySql, FastApi, SqlAlchemy

Deployment: Docker

Authors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published