/mean-stack

Primary LanguageTypeScriptMIT LicenseMIT

Mean Stack

Download

There are two ways to start using this repository:

  • Download a zipped version of this repository
  • Clone the repository with git by running the following command:
  • git clone https://github.com/J4ASDev/mean-stack.git

    Install dependecines

  • Install backend dependencies
  • cd /backend && yarn or npm install

  • Install frontend dependencies
  • cd /frontend && yarn or npm install

    How to run?

    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