The official web platform for Monster's University.
- About the project
1.1. Built with - Getting started
2.1. Installing Node.js
2.2. Making a local repository of this project in your machine
2.3. Running the project - Usage
- Contributors
This project aims to equip the members of Monster's University with a platform that fully adjusts to their needs, whether they are student, teacher, manager or administrator, this plataform will come in handy and be of great value to each one of them.
You must have Git installed in order to start this installation guide.
Once you have that set up, we recommend you to follow this guide using Visual Studio Code as your IDE.
- Download the most recent version of Node.js from this link.
- After the
.msiinstaller finishes downloading, run it and follow the installation process. - Choose the directory you want Node.js to be installed, this option will be available in the installation process.
- On the Custom Setup window, click Add to PATH and then Next.
- Check the checkbox on the Tools for Native Modules window and click Next to finish the installation.
- In case it asks you for permissions, grant them. If not, then skip this step.
Note
To check if Node.js has been correctly installed, open Windows Powershell and run the command npm -v, which should output the installed version number.
-
Position yourself in the directory where you want this project to be located.
-
Open cmd inside the directory you're located in, copy this URL and use the
git clonecommand followed by the URL.Alternatively, you can copy the command above and paste it into the console.
-
You should see a folder named MonsterUniversity in the directory you ran the command on. Open this folder in visual studio code for the next steps.
- After the project folder has been opened in Visual Studio Code, open the TERMINAL, type
npm install ito install the necessary dependencies and press enter. The dependencies installation process might take a while so be patient 🧘♂️. - Type
npm startto run the server. - In case Windows Firewall asks for permission, simply grant it. If not, then skip this step.
- You will see
http://localhost:3001on the terminal. Click on it while also holding down CTRL.
These are the e-mails for each role respectively. The password for each one of them is 123456.
manager@example.com manager
student@example.com student
teacher@example.com teacher
admin@example.com admin
To close the server at any time, go back to Visual Studio Code, open the terminal, click on it and press CTRL + C
- Andrés Atehortua (@andrwe455)
- Juan Sebastián Castro (@nombre15)
- Mariana Penagos (@animewii)
- Yancarlos Cartagena (@Yankarloz)
