Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/struckchure/library-ms


https://github.com/struckchure/library-ms

Last synced: 19 days ago
JSON representation

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 !!!