Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Duduxs/api-docker

Repository files navigation

API Docker

Application developed to practice docker and docker compose technologies.

Technologies   |    How To Use   |    Documentation   |    References   |    How To Contribute   |    License

Collage

🚀 Technologies

This project was developed with the following technologies:

ℹ️ How to use

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-docker

To run with docker API + Postgres:

$ bash dockerStart.sh

To stop with docker API + Postgres:

$ bash dockerStop.sh

To 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 vars

Now access on your browser: http://localhost:8085

📝 Documentation

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.

🖇️ References

Google Doc
Another Docker Project To Study

👍 How To Contribute

  • 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.

📝 License

This project is under the MIT license. See the LICENSE for more information.


Made by Eduardo José 😆 Contact me!

About

🤓 Practice project to study docker and its concepts

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published