Before starting you must check if you have a node version equal to or greater than 22.14.0 (do it with the node -v command) and an npm version equal to or greater than 10.9.2 (do it with the npm -v command).
It is also important to have Docker running on your PC.
- Go to the link Download CoinkApp
- Right click -> Extract here
- Open folder FrontAppCoink in Visual Studio Code
- Open project AppCoink in Visual Studio
- Run in CMD as Administrator:
net stop postgresql-x64-15
- Change your directory to the path of AppCoink and run:
docker rm -f postgres_users docker-compose down docker-compose build --no-cache docker-compose up -d
- Now you can run both the backend and the frontend:
# Start the frontend with npm's development server npm run dev