aandrew-me / encnotes-api

Note taking API written in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Encnotes API

Notes api written in Go for Encnotes

Deploy on Railway

API Endpoints

GET

  • /api/ping
  • /api/notes
  • /api/notes/[id]
  • /api/info
  • /api/verify

POST

  • /api/register
  • /api/login
  • /api/logout
  • /api/notes
  • /api/sendEmail

Delete

  • /api/notes

PUT

  • /api/notes

Environment Variables Required

MONGO_URL

PORT

EMAIL_PASSWORD

EMAIL

SMTP_HOST

HCAPTCHA_SECRET

REDIS_HOST

REDIS_PORT

REDIS_USERNAME

REDIS_PASSWORD

Used Technologies

  • Gofiber for server
  • MongoDB for database
  • Redis for sessions

About

Note taking API written in Go

License:GNU General Public License v3.0


Languages

Language:Go 100.0%