Para criar o banco de dados
1. Execute a seguinte query no PostgreSQL como administrador
CREATE USER biblioteca WITH PASSWORD '1234';
CREATE DATABASE biblioteca WITH OWNER='biblioteca';
2. git clone https://github.com/kauan345developer/Biblioteca-virtual.git
3. cd ./Biblioteca-virtual/biblioteca-server
4. npm run createdb
Para rodar o banco de dados
1. cd ./biblioteca-server
2. npm run main