twooter

module
v0.0.0-...-20d4045 Latest Latest
Warning

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

Go to latest
Published: Nov 2, 2024 License: MIT

README

Twooter

CI

CodeFactor

Angular app talking to a gRPC backend. Prototype :)

Building

Frontend

cd frontend/

Frontend is built in Angular.

  • To build the project:
    • ng build
  • To run a devserver:
    • ng serve --open
  • To run tests:
    • ng test
  • To run e2e tests:
    • ng e2e
Backend

cd backend/

Backend is written in Go.

  • To build the project:
    • go build ./...
  • To run tests:
    • go test ./...

Directories

Path Synopsis
backend
dao
proto

Jump to

Keyboard shortcuts

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