Skip to content

3. Installation

Demigoddd edited this page Sep 6, 2022 · 4 revisions

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • A Unix-like operating system: macOS, Linux, BSD. On Windows: WSL is preferred.
  • git, NodeJS, npm should be installed.

Installing

  • Clone this repo.
  • npm install to install all required dependencies.
  • npm start:react to start the FE (this project uses create-react-app).
  • Install MongoDB Community Edition and run it by executing mongod.
  • npm start:server to start the local server.

Clone this wiki locally