Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/audio-engineer/local-library-pp
- Owner: audio-engineer
- Created: 2024-03-07T23:17:23.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-12T16:02:42.000Z (5 months ago)
- Last Synced: 2024-10-18T01:23:06.848Z (28 days 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).