Creation of a Ruby on Rails application with the following 2 endpoints: POST /documents This endpoint should take Markdown as input. The endpoint should return the HTML-version of the input Markdown, alongside an ID for the document. GET /documents/:id This endpoint should look up previously created documents by ID and return the same HTML as with POST /documents.
-
Notifications
You must be signed in to change notification settings - Fork 0
Creation of a Ruby on Rails application with the following 2 endpoints: POST /documents This endpoint should take Markdown as input. The endpoint should return the HTML-version of the input Markdown, alongside an ID for the document. GET /documents/:id This endpoint should look up previously created documents by ID and return the same HTML as wi…
abderrahmen12345/ruby-on-rails
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Creation of a Ruby on Rails application with the following 2 endpoints: POST /documents This endpoint should take Markdown as input. The endpoint should return the HTML-version of the input Markdown, alongside an ID for the document. GET /documents/:id This endpoint should look up previously created documents by ID and return the same HTML as wi…
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published