Technologies | How To Use | Documentation | References | How To Contribute | License
This project was developed with the following technologies:
-
API:
-
Utils:
To clone and run this application, you'll need Git, Docker and Docker Compose installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/duduxs/api-docker
# Go into the repository
$ cd api-dockerTo run with docker API + Postgres:
$ bash dockerStart.shTo stop with docker API + Postgres:
$ bash dockerStop.shTo run without docker (Only API):
$ bash start.sh
# PS¹: You'll need a postgres in container or installed in your device to start spring too
# PS²: You will need some env vars too, but you can get them in the DockerFile-Java archive, after that, create .env archive in root of the project and paste the env varsNow access on your browser: http://localhost:8085
I also created a google doc file to write some annotations about docker that i collected by watching courses and reading articles from DevMedia and FullCycle,
if you want to see, go here
If you note some wrong or mistake in any case when you are reading the docs, don't hesitate to contact me.
Google Doc
Another Docker Project To Study
- Make a fork;
- Create a branch with your feature:
git checkout -b my-feature; - Commit changes:
git commit -m 'feat: My new feature'; - Make a push to your branch:
git push origin my-feature.
This project is under the MIT license. See the LICENSE for more information.