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 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-awsTo run with docker the API
$ docker build -t markdown-to-html-image .
$ docker run -p 3000:3000 markdown-to-html-imageTo run without docker the API
$ node markdowntohtml.jsNow access on your browser: http://localhost:3000
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.
