Skip to content

Guidelines for New Contributors

Devesh edited this page Oct 21, 2022 · 2 revisions

Local Environment Setup

Prerequisites:

  • MongoDB 5.0 or newer.
  • Yarn - Yarn is the package manager for this project.
  • Redis - Redis is available only for Linux and Mac. If you are using Windows, you don't need to worry, a Native port of Redis for Windows is available here. This is more than sufficient to run this project on any Windows machine.

After installing the required applications, clone the repository and run the following commands.

Installing dependencies

yarn

Run Apollo Server

yarn dev

To run all the tests for the server:

yarn test
Clone this wiki locally