🔬 - School-project about tools to manage better in the school
This Repository is supposed to be the result of a project that we have to realize in one or two years of study and whose goal is to create a tool to manage students and teachers in agile scrum
To install and use this project, you will need Node.js and npm (which are usually installed together) on your computer.
- Download or clone the git repository to your computer.
- In a terminal, navigate to the
front-end
folder and install the project dependencies using the commandnpm install
. - In another terminal, navigate to the
back-end
folder and also install the dependencies using the commandnpm install
. - Setup your ENV in back and front.
- Once the dependencies are installed, you can start the back-end server using the command
npm run dev
in theback-end
folder. - In the
front-end
folder, start the app using the commandnpm run dev
. This should open a browser window with the app running.
If everything went well, you should now be able to use the app. Note that you may need to modify the back-end server settings (such as the address and port) in the front-end/src/config/config.js
file based on your configuration.
This work has been made with students when we were in a group here is their github :