Work in progress
You will need npm to setup and run the project.
- Install packages with
npm i, in the root folder - To run the API:
- Create a .env file in the packages/ficus-api folder:
cp packages/ficus-api/.env.example packages/ficus-api/.env - Run
npx nx run ficus-api:dev
- Create a .env file in the packages/ficus-api folder:
- To run the frontend:
- Create a .env file in the packages/ficus-front folder:
cp packages/ficus-front/.env.example packages/ficus-front/.env - Run
npx nx run ficus-front:start
- Create a .env file in the packages/ficus-front folder: