Skip to content

Simple CRUD application written in Go and JavaScript (React) programming languages with MongoDB as a main data storage.

Notifications You must be signed in to change notification settings

adrian83/library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LIBRARY

Simple CRUD application written in Go and JavaScript (React) programming languages with MongoDB as a main data storage.

Running

Running with docker compose

Prerequisites

Steps

  1. Run docker-compose up --build
  2. Navigate in browser to localhost:3000

Running locally

Prerequisites

Steps

  1. Start infrastructure (MongoDB): make deps
  2. Start backend: make be-all
  3. Start frontend: make fe-all
  4. Navigate in browser to localhost:3000

Running in Minikube

Here

About

Simple CRUD application written in Go and JavaScript (React) programming languages with MongoDB as a main data storage.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published