Git Product home page Git Product logo

go-server's Introduction

Go Server

This is a demo go server with basic authentication and data storage for a simple webpage. It serves a static webpage (index.html) and some static icons, as well as handles the REST requests below.

The API and static pages are served over port 8549 (specified in the .env file). The docker compose file will spin up a dockerized instance of Postgres, with config values in the .env file, which is shared between docker containers.

Endpoints

  • POST /login
    • Handles login requests and stores session to cookie
  • GET /user/status
    • Returns whether or not the user is logged in
  • POST /page
    • Saves the page data to the db
  • GET /page
    • Returns the saved page data to be loaded by the frontend

Future Development

  • Allow user signup
  • Use DB to login
  • Configure auth secrets
  • Allow multiple pages per user
  • Handle updates to the db schema on startup
  • Hash user passwords

Docker

Useful commands

Running the project

docker-compose up --build

Listing docker containers

docker container list

Entering docker container

docker exec -it <CONTAINER ID> /bin/sh

Connecting to PSQL

From docker container:

psql -p 5432 -U postgres

go-server's People

Contributors

benjgrad avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.