Giter Site home page Giter Site logo

chat-api-go's Introduction

Chat API Server: Golang

This repo implements the same chat-server api spec as the others in the parent project repo: Chat

This is best operated as a gitsubmodule to that project. Please follow the link and instructions for cloning the parent repo.

API Spec:

The Chat API server is primarily for generating and managing the identity of users. A user may register an account (username and password), login with those credentials, and receive a JWT with which the chat client can connect to the websocket chat servers. The Chat API server must implement the following routes:

  • POST /register application/json body {username:string, password:string}
    • 201 Response: body {token:string, user:{id:number, username:string}}
    • 4xx Response for any input data issues, non-uniqueness, validation
    • 5xx Response for any server errors
  • POST /login application/json body {username:string, password:string}
    • 200 Response: body {token:string, user:{id:number, username:string}}
    • 4xx Response for any input data issues, non-uniqueness, validation
    • 5xx Response for any server errors

Local setup (non-docker)

Running this repo locally still requires the dependent services be upped in the parent repo. The ./run.sh script assumes this relationship.

Install

./scripts/install.sh

Prep .env file

./scripts/init.sh

Run

./scripts/run.sh

ctrl-c to stop the process and use ./scripts/deps-down.sh to down and clear volumes

chat-api-go's People

Contributors

mikejeffers 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.