portfolio-server-go

command module
v0.0.0-...-ff8b13d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 3, 2020 License: MIT Imports: 21 Imported by: 0

README

Go Report Card

portfolio-server-go

Backend-server for my portfolio https://gregoryalbouy.com written in Go + SQL (previously in Node.js + MongoDB)

It is functionnal and deployed on Google App Engine. I use it to access, store and manage project information using JWT authentication, and receive messages from the contact form – which is quite unlikely to happen.

Features

  • REST API providing CRUD operations on projects data
  • JWT authentication
  • Contact message handling
  • Tests using Go's built-in tools

Storage

I use SQLite for dynamic storage because an embedded solution suits well my usage, though SQL language is not my favorite to work with. I might switch to a more mongo-ish solution if I find a satisfying one.

See also

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Package clog stands for custom-log
Package clog stands for custom-log

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL