No description
Find a file
Víctor Martínez 6c6ff1a56f webpack removed
2021-01-13 01:58:08 +01:00
app first commit 2021-01-13 01:51:48 +01:00
bootstrap first commit 2021-01-13 01:51:48 +01:00
config first commit 2021-01-13 01:51:48 +01:00
database first commit 2021-01-13 01:51:48 +01:00
docker first commit 2021-01-13 01:51:48 +01:00
public first commit 2021-01-13 01:51:48 +01:00
resources/lang/en first commit 2021-01-13 01:51:48 +01:00
routes first commit 2021-01-13 01:51:48 +01:00
storage first commit 2021-01-13 01:51:48 +01:00
tests first commit 2021-01-13 01:51:48 +01:00
.editorconfig first commit 2021-01-13 01:51:48 +01:00
.env.example first commit 2021-01-13 01:51:48 +01:00
.gitattributes first commit 2021-01-13 01:51:48 +01:00
.gitignore first commit 2021-01-13 01:51:48 +01:00
.styleci.yml first commit 2021-01-13 01:51:48 +01:00
artisan first commit 2021-01-13 01:51:48 +01:00
composer.json first commit 2021-01-13 01:51:48 +01:00
composer.lock first commit 2021-01-13 01:51:48 +01:00
docker-compose.yml first commit 2021-01-13 01:51:48 +01:00
Makefile first commit 2021-01-13 01:51:48 +01:00
phpunit.xml first commit 2021-01-13 01:51:48 +01:00
README.md first commit 2021-01-13 01:51:48 +01:00
server.php first commit 2021-01-13 01:51:48 +01:00

Welcome to social-network 👋

Version License: MIT

Rest API build with Laravel that can be used as the base for a social network backend

Pre Requisites

  • Composer
  • Docker && Docker Compose
  • Preferible a Linux or Mac, thx :)

Server configure

  • Copy the .env.example to a .env file
  • execute:
> make setup_project

Server run

> make run # It may take a while the first time, be patient!

Run tests

> make tests_local_run

If you want to run an specific test you can execute the following:

> make tests_local_run ARGS="--filter <test-name>"

Server poweroff

> make down # Remember to execute this once you are done, otherwise docker will keep consuming resources on your machine!

👤 Contributors


Victor Martínez

Show your support

Give a if this project helped you!


This README was generated with ❤️ by readme-md-generator