API Docker AWS
Application developed to practice docker and docker compose technologies.
Technologies | How To Use | Documentation | References | How To Contribute | License
🚀 Technologies
This project was developed with the following technologies:
-
API:
-
Utils:
ℹ️ How to use
To clone and run this application, you'll need Git, Docker and Yarn installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/duduxs/api-docker-aws
# Go into the repository
$ cd api-docker-aws
To run with docker the API
$ docker build -t markdown-to-html-image .
$ docker run -p 3000:3000 markdown-to-html-image
To run without docker the API
$ node markdowntohtml.js
Now access on your browser: http://localhost:3000
📝 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.