https://github.com/bc-fullstack-03/william-lisboa-backend
Parrot is a social networking platform that allows users to communicate and share information with others.
https://github.com/bc-fullstack-03/william-lisboa-backend
Last synced: 8 months ago
JSON representation
Parrot is a social networking platform that allows users to communicate and share information with others.
- Host: GitHub
- URL: https://github.com/bc-fullstack-03/william-lisboa-backend
- Owner: bc-fullstack-03
- Created: 2023-05-09T23:57:58.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-10T13:24:24.000Z (about 3 years ago)
- Last Synced: 2025-01-08T08:40:35.669Z (over 1 year ago)
- Language: Java
- Size: 93.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Parrot
This is the backend repository of the parrot application
## My docker image
This is the project docker file https://hub.docker.com/r/will763/parrot
## Run on your own machine
In the root of the project, you will find the docker compose file, to start the application run the following command:
```bash
docker compose up
```
This will start all the necessary services for the application.
## Usage
The application will be running the api locally, enter http://localhost:8080/swagger-ui/index.html and see the swaggwer documentation.

## :warning: Notice
After registering the user and logging in, you will need to set Token and userId in the headers for some routes.
#### Postman Headers


If you encounter any problems, please contact me or check the source code.
## Author
- Linkedin - [william](https://www.linkedin.com/in/william-dev/).
- Medium - [william](https://medium.com/@williamlisboa).