Project Laboratory II - Mitra APP
The application developed with React for the frontend and, Node.js and Express for the backend also makes use of other libraries that are necessary for the proper functioning of the practice in question. As for the Database Management System, Postgresql.
-
Node.js version 16.0.0
-
For the project, Visual Studio Code was used as text editor for both frontend and backend, but any text editor can also be used.
-
Posgresql as DBMS.
To begin, we proceed to download the repository. To do this, we open the console, go to the folder where we want to save the project and run the following command:
git clone https://github.com/WolvesDevelopers/pharmacy-3rd-impact-back.git
Next, go to the cloned folder in the "pharmacy-3rd-impact-back" repository.
For a Windows operating system, with the command:
cd pharmacy-3rd-impact-back
Next, we proceed to the installation of the libraries and dependencies necessary for its execution.
npm i
If it doesn't work, try with:
npm i -f
Once the installation of the dependencies is successful, the project is ready to deploy.