Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/audio-engineer/local-library-pp

Simple CRUD web application built with TypeScript and Express
https://github.com/audio-engineer/local-library-pp

javascript pug typescript university-assignment

Last synced: 9 days ago
JSON representation

Simple CRUD web application built with TypeScript and Express

Awesome Lists containing this project

README

        

# LocalLibrary++

Create a file called `.env` in the project root and copy the contents of [`.env.sample`](./.env.sample) to it.

```shell
docker compose up -d
```

```shell
docker exec -it local-library-pp-server-1 /bin/sh
```

```shell
npm install
```

```shell
npm run dev
```

Go to [localhost:3000](http://localhost:3000).