This is a Book Library web application built with Nextjs, Apollo, PostgreSQL and Docker.
First, copy env file into .env file.
Then run:
makeTo start the development server, run:
docker-compose upOpen http://localhost:3000 with your browser to see the web app.
Open http://localhost:4000 with your browser to see the graphql explorer.
To start the production server, run:
make prodOpen http://localhost with your browser to see the web app.
Open http://localhost:4000 with your browser to see the graphql explorer.