https://github.com/v1adhope/crypto-diary
My first pet project
https://github.com/v1adhope/crypto-diary
dynamic-filters go http-server jwt-auth nginx pagination postgresql swagger-api
Last synced: 5 months ago
JSON representation
My first pet project
- Host: GitHub
- URL: https://github.com/v1adhope/crypto-diary
- Owner: v1adhope
- Archived: true
- Created: 2023-01-03T17:04:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-04T06:58:13.000Z (about 2 years ago)
- Last Synced: 2024-11-21T09:38:00.936Z (7 months ago)
- Topics: dynamic-filters, go, http-server, jwt-auth, nginx, pagination, postgresql, swagger-api
- Language: Go
- Homepage: https://crypto-diary.space/
- Size: 59.9 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Idea
To develop a web application to record cryptocurrency transactions and their results.
# Current stage
Working api tested with postman.
Temporarily not available online!!!
Available at [crypto-diary.space](https://crypto-diary.space/) if I don't updating the build.
Server uses minimal nginx + cloudflare CDN configuration, as my skills grow the configuration will improve.
Data is erased after server reboot, API is not frozen! Current API 0.5.0. Clear the cache if the wrong version is shown or change the URL.# TODO
- Frontend
- Backend tests
- Improve code base