RepaireCommunity is a mono-repo for the RepaireCommunity project. It contains the following packages:
api- The API for the RepaireCommunity project was developed using Strapifrontend-app- The frontend application for the RepaireCommunity project was developed using NextJStool- The tool for the RepaireCommunity project. It is a CLI tool for processing data.
- NodeJS (v16)
- Npm (v6)
- Vscode
For developing RepaireCommunity, we recommend using the VSCode workspace.
- Git clone the repo
- Open the repo in VSCode
- Navigate to
.vscode/api.code-workspaceand open it - Click open workspace
- Navigate to
frontend-app - Run
npm install - Create file called
.env.localin the root of thefrontend-appdirectory with content below
NEXT_PUBLIC_API_BASE_URL=http://localhost:1337
- Run
npm run dev
- Navigate to
api - Run
npm install - Run
npm run develop
