Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/struckchure/library-ms
https://github.com/struckchure/library-ms
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/struckchure/library-ms
- Owner: struckchure
- Created: 2022-01-28T04:10:28.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-07T09:09:58.000Z (almost 2 years ago)
- Last Synced: 2024-10-07T19:46:15.389Z (29 days ago)
- Language: CSS
- Size: 47.9 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadME.md
Awesome Lists containing this project
README
# Library Management System
- Add Books to library
- Borrow Books# Tailwind (option)
Use this in development only
```sh
$ npm install -D tailwindcss autoprefixer postcss
$ npx tailwindcss init
$ npx tailwindcss -i ./static/css/tailwind.css -o ./static/css/style.css --watch
```# Setup
- Using `pipenv`
```sh
$ git clone [email protected]:struckchure/library-ms.git
$ cd library-ms
$ pipenv shell
```- Install with requirements.txt
```sh
$ git clone [email protected]:struckchure/library-ms.git
$ cd library-ms
$ pip install -r requirements.txt
```Ciao !!!