Environment Variables

Setup project environment variables. We have 2 environments, they share the same values except for a couple of ports.

Copy all *.env.example to *.env for /, /apps/api, /apps/e2e

Fill in missing values for both .env & .env.test with values from https://github.com/codelab-app/env


Read more about environments here:

Environments

Project Dependencies

Running Application

  1. nx serve api to start the Nest.js GraphQL server
  2. nx serve web to start the Next.js frontend accessible at http://127.0.0.1:3000/apps

<aside> 💡 Do not use localhost, use 127.0.0.1

</aside>


If you want to see what other commands relating to our project can be run, read the following

Running Applications

Seeding Data

Our application requires data to be ran, visit /admin