Skip to content

A web platform dedicated to the 'Ecole Supérieure d'Informatique Sidi-Bel-abbes', designed to improve and computerize the graduation management method, making it more user-friendly.

Notifications You must be signed in to change notification settings

1b71h3l/ENCADRINI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

ENCADRINI

Our project 'ENCADRINI': is a conceptual proposal and implementation of a web application for project management, which will be used by multiple stakeholders and provide several benefits. With the aim of reducing administrative tasks and allowing teams to focus on high-value tasks, our 'ENCADRINI' application offers an information system for automating the management of final year and multidisciplinary projects for students at the Higher School of computer science Sidi Bel Abbes. This system will streamline the process for its various stakeholders.

notes:

files (handlerController.js , handler.js , Hello.js ) are here just as an exemple

database:

to copy database to your server : cd C:\Program Files\MySQL\MySQL Server 8.0\bin mysql -u root -p enter your password : drop database if exists ENCADRINI; create database if not exists ENCADRINI; use ENCADRINI;

open prompt command as administrator and : cd C:\Program Files\MySQL"MySQL Server 8.0" \bin mysql -u root -p ENCADRINI < [path]\ENCADRINI\encadrini-back\ENCADRINIDB.sql enter your password

About

A web platform dedicated to the 'Ecole Supérieure d'Informatique Sidi-Bel-abbes', designed to improve and computerize the graduation management method, making it more user-friendly.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.2%
  • CSS 6.4%
  • SCSS 4.6%
  • HTML 0.8%