Skip to content

Simple CRUD web application built with TypeScript and Express

Notifications You must be signed in to change notification settings

audio-engineer/local-library-pp

Repository files navigation

LocalLibrary++

Create a file called .env in the project root and copy the contents of .env.sample to it.

docker compose up -d
docker exec -it local-library-pp-server-1 /bin/sh
npm install
npm run dev

Go to localhost:3000.

About

Simple CRUD web application built with TypeScript and Express

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published