To run the project, follow the steps below:
- Clone the project
-
Update env file to match .env.skeleton in base directory
Note that the backend is based on a mysql database. So only a mysql database url can be sent else it'll failThe `NX_API_BASE_URL` should be the running backend url (ex: `http://localhost:[port]`) -
Install project dependencies
- Launch frontend app
- Launch Backend app
- HAPPY HACKING