Skip to content

Pachwenko/spooky-rentals

Repository files navigation

spooky rentals

TODO

Development

To run the full stack at once the easiest way is with Docker. If you don't get docker-compose by default (like if you use linux) then you will need to install that too. With docker installed you can run (in the this folder) docker-compose up. This will automatically reload the frontend and backend upon any changes. If you just want to run the backend for example you can do docker-compose up backend. For debugging you can open a shell in one of them with docker-compose run backend bash and execute your commands.

Otherwise you will need to setup the frontend and backend using the requisite tools.