encnotes-api

Note taking API written in Go

GPL-3.0 License

Stars
3

Encnotes API

Notes api written in Go for Encnotes

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
Badges
Extracted from project README
Deploy on Railway