Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Learn Golang #5

Closed
14 tasks done
gawdn opened this issue Jun 3, 2019 · 0 comments
Closed
14 tasks done

Learn Golang #5

gawdn opened this issue Jun 3, 2019 · 0 comments
Assignees
Milestone

Comments

@gawdn
Copy link
Contributor

gawdn commented Jun 3, 2019

As a developer, I want to gain familiarity with the language that unifies backend and frontend so I can deliver a good product more efficiently.

Tasks

  • Write a simple Markdown blog post server in Golang

Here you can find jonathanmh's excellent guide I used at a reference. Follow this first - it will help you figure out the basic logic behind the project.


Some further areas to research if you are stuck on specific points in the tutorial are (and/or possible steps):

You can see how I approached it here: https://github.com/gawdn/csesoc-web-team-almanac (a little quickly done & not yet finished!)

Acceptance criteria

  • When I go to the root directory / of the site I see a page of links with all the posts
  • When I go to /posts/INSERT_POST_NAME_HERE I get the post I can read
  • The posts are styled with CSS served from a directory (not inline!)
  • I can add posts by simply adding a markdown file to a directory (shouldn't have to edit code)
  • I can add images to a directory and link them in my markdown posts (e.g ![my caption](/static/images/cactus.png))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants