Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lunarwhite/birdpedia
Build a community encyclopedia of birds, a standalone web app.
https://github.com/lunarwhite/birdpedia
demo golang standalone-app web-app
Last synced: 12 days ago
JSON representation
Build a community encyclopedia of birds, a standalone web app.
- Host: GitHub
- URL: https://github.com/lunarwhite/birdpedia
- Owner: lunarwhite
- License: mit
- Created: 2021-11-20T01:49:29.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-14T15:59:05.000Z (11 months ago)
- Last Synced: 2024-06-19T20:57:32.980Z (5 months ago)
- Topics: demo, golang, standalone-app, web-app
- Language: Go
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# birdpedia
A standalone web app written in Golang to build a community encyclopedia of birds.
Explore more details in this [blog post](https://lunarwhite.notion.site/Birdpedia-a-community-encyclopedia-of-birds-56f2b8930b3840a7a2f6c7689d8d6a5a).
```
.
├── LICENSE
├── README.md
├── assets
│ ├── index.html
│ └── script.js
├── bird_handlers.go
├── bird_handlers_test.go
├── go.mod
├── go.sum
├── main.go
└── main_test.go
```## Feature
- Display the different entries submitted by the community, with the name and details of the bird they found.
- Allow anyone to post a new entry about a bird that they saw.## Structure
1. The web server
2. The front-end (client side) app## Tool chain
- Golang