CasaMe Service client facing app backend
Make sure that you have Docker & Docker Compose installed on your system so you can easily follow the next steps!
Before running the project, first copy the .env.save file:
$ cp .env.example .env
Then setup all the needed env variables and everything should be up to go!
We provide you with a set of tools that can help you to automate the building and running process throughout makefiles and docker-compose files.
$ make run_start
# remember to execute `make down` when you are done
Run watch to restart the server on each change
$ make run_dev
# remember to execute `make down` when you are done
$ make test_watch
This is going to run all the tests inside a docker environment. If you want to have more control over how the tests are performed, you can run:
$ make up
> $ npm run test # ex.
Victor Martínez |
devmxhv |
Daniel García |
Give a ⭐️ if this project helped you!