This is a Book Library web application built with Nextjs, Apollo, PostgreSQL and Docker.
First, copy env
file into .env
file.
Then run:
make
To start the development server, run:
docker-compose up
Open 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 prod
Open http://localhost with your browser to see the web app.
Open http://localhost:4000 with your browser to see the graphql explorer.