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

https://github.com/hashdefault/library_project

a simple control for library
https://github.com/hashdefault/library_project

Last synced: 11 months ago
JSON representation

a simple control for library

Awesome Lists containing this project

README

          

Laravel Logo


Build Status
Total Downloads
Latest Stable Version
License

## Library

This will be a system to control the management of a library made in laravel and postgres
The idea is to control:

- Book registration
- Reader registration (customer)
- Book entries and exits
- Book in use
- Book available
- etc

## How to use

```
git clone https://github.com/lugabrielbueno/library_project.git

cd library_project

git clone https://github.com/laradock/laradock.git

cd laradock

docker-compose up -d nginx postgres pgadmin redis

cd ..

#after the command above remember to configure your .env file following the setup of the project
cp .env.example .env

composer install

npm install

npm run dev
```

If you use docker the HOST of database will be the name of the postgres container