Rest API build with Laravel that can be used as the base for a social network backend
- Composer
- Docker && Docker Compose
- Preferible a Linux or Mac, thx :)
- Copy the .env.example to a .env file
- execute:
> make setup_project> make run # It may take a while the first time, be patient!> make tests_local_runIf you want to run an specific test you can execute the following:
> make tests_local_run ARGS="--filter <test-name>"> make down # Remember to execute this once you are done, otherwise docker will keep consuming resources on your machine!Victor Martínez |
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by readme-md-generator