Skip to content

Catgroove/message-rest-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REST API for a simple message service

Frontend + Backend Stack

Requirements

Installation

Clone the repo:

git clone https://github.com/Catgroove/message-rest-api.git

Run docker-compose:

docker-compose up

The site is available at http://localhost:3000/.

Backend Only

Installation

Clone the repo:

git clone https://github.com/Catgroove/message-rest-api.git

cd into backend:

cd backend

Install all the dependencies:

go get -u ./...

Run the server:

go run main.go

The server is available at http://localhost:8080/.

Tests

Run tests:

go test ./...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published