Prezens is an application for administrative management in education. This project was realized in the framework of an end of study project.
Clone the project
git clone https://github.com/younesmahfoudi/prezens
Install prezens with Docker
docker-compose up -d
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
Create an admin on
http:localhost:4200/adminsignup
Use the application on
http:localhost:4200
Client: Angular, Material, Syncfusion
Server: Python, MySql, FastApi, SqlAlchemy
Deployment: Docker