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: 5 months ago
JSON representation
Simple CRUD web application built with TypeScript and Express
- Host: GitHub
- URL: https://github.com/audio-engineer/local-library-pp
- Owner: audio-engineer
- Created: 2024-03-07T23:17:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-12T16:02:42.000Z (about 2 years ago)
- Last Synced: 2025-05-14T15:18:46.276Z (about 1 year ago)
- Topics: javascript, pug, typescript, university-assignment
- Language: TypeScript
- Homepage:
- Size: 126 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).