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
- Host: GitHub
- URL: https://github.com/hashdefault/library_project
- Owner: hashdefault
- Created: 2022-12-20T21:34:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-27T21:34:58.000Z (about 2 years ago)
- Last Synced: 2025-05-28T13:44:45.316Z (about 1 year ago)
- Language: PHP
- Size: 217 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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