There are two ways to start using this repository:
git clone https://github.com/J4ASDev/mean-stack.git
cd /backend && yarn or npm install
cd /frontend && yarn or npm install
Step 1. You must first turn on your database in mongodb.
Step 2. You must position yourself in the backend folder and execute the following command:
yarn run start or npm run start
Step 3. You must position yourself in the frontend folder and execute the following command:
yarn run start or npm run start
Note: You must keep on the database, the backend server and the frontend server.
You must go to the following url to see the project:
http://localhost:4200