Skip to content

bluurn/express-locallibrary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express Local Library app

Project inspired by this article: Express web framework

How to run the app

  1. Type in these commands in the terminal to set the things up:
  docker-compose build

  docker-compose run --rm app yarn install
  docker-compose run --rm app yarn run populatedb
  1. Type this command to run the application:
  docker-compose up -d
  1. Go to http://localhost:3000/
  2. Type in indiana as a username and johnes as a password and log in.

How to stop the app

To stop the application, simply type this command in your terminal:

  docker-compose down

About

Express Local Library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages