My work starting from wiki example from go docs (https://golang.org/doc/articles/wiki/) to whatever improvement comes to my mind.
I try to keep it iterated so readers can track improvements
Iteration1: Exactly the same code from the aforementioned example
Iteration2: Moved page data from text files to MongoDB database
Iteration3: Added a List page, listing all the entries in the database ordered by LastUpdate
Iteration4: List page now searches the pages on their title and body (had to convert body from byte[] to string)
Iteration5: Comment functionality added to pages, comment to comment will be added soon
-
Notifications
You must be signed in to change notification settings - Fork 0
Starting from wiki example from go docs (https://golang.org/doc/articles/wiki/) to whatever improvement comes to my mind to learn Golang
License
serdarkalayci/GoWiki
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
Starting from wiki example from go docs (https://golang.org/doc/articles/wiki/) to whatever improvement comes to my mind to learn Golang
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published