Skip to content

A guestBook built on Node.js and Express.js and Bootstrap

Notifications You must be signed in to change notification settings

fazt/books-express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express Books

Express Books is Web Application to save a list of your favorite books. All data are store in a Json file.

ScreenShoot

Express Books

Installation

git clone https://github.com/FaztTech/books-express
npm install
npm run build
npm start

Environment Variables

  • PORT, this is the http port of the server. by default is 5000.
  • APPID - (optional), this is an unique ID for the application to identify in a load balancer

Also you can create a .env file with the environment variables mentioned above.

Docker

docker build -t express-books .
docker run -p 80:5000 express-books .

then visit: http://localhost

Video Tutorial

Considerations

  • Make sure nodemon ignores the file src/books.json.

Reference

Todo

  • Add user authentication
  • Allow to download the json data
  • Publish a docker container image on dockerhub
  • Change to dark theme

About

A guestBook built on Node.js and Express.js and Bootstrap

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published