https://github.com/jasterv/social-network-api
Social network Rest API
https://github.com/jasterv/social-network-api
Last synced: about 1 year ago
JSON representation
Social network Rest API
- Host: GitHub
- URL: https://github.com/jasterv/social-network-api
- Owner: JasterV
- Created: 2021-01-13T00:52:23.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-13T00:58:16.000Z (over 5 years ago)
- Last Synced: 2025-03-07T21:32:58.263Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 84 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to social-network 👋

[](#)
> 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:
```bash
> make setup_project
```
## Server run
```bash
> make run # It may take a while the first time, be patient!
```
## Run tests
```bash
> make tests_local_run
```
If you want to run an specific test you can execute the following:
```bash
> make tests_local_run ARGS="--filter "
```
## Server poweroff
```bash
> make down # Remember to execute this once you are done, otherwise docker will keep consuming resources on your machine!
```
## 👤 Contributors ✨
## Show your support
Give a ⭐️ if this project helped you!
---
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_