-
Clone the repository
-
Run
npm installin thesrc/frontenddirectory -
Run
npm installin thesrc/backenddirectory -
Run
npm startin thesrc/backenddirectory -
Run
npm startin thesrc/frontenddirectory -
You can now access the frontend at
http://localhost:3000/and the backend athttp://localhost:4000/
-
To run the project using docker, you can follow the steps below:
-
Run
docker-compose up --buildin therootdirectory -
This setup will:
- Start the backend server at
http://localhost:4000/ - Start the frontend server at
http://localhost:3000/
- Start the backend server at
-
You can now access the frontend at
http://localhost:3000/and the backend athttp://localhost:4000/