Skip to content

pmagictech/bookmanager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Book Manager

This is a Book Library web application built with Nextjs, Apollo, PostgreSQL and Docker.

Getting Started

First, copy env file into .env file. Then run:

make

Development

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.

Production

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.

About

Demo project using Next.js, Apollo, PostgreSQL and Docker

Resources

Stars

Watchers

Forks