Express Books is Web Application to save a list of your favorite books. All data are store in a Json file.
git clone https://github.com/FaztTech/books-express
npm install
npm run build
npm start
PORT
, this is the http port of the server. by default is5000
.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 build -t express-books .
docker run -p 80:5000 express-books .
then visit: http://localhost
- Make sure nodemon ignores the file
src/books.json
.
- Add user authentication
- Allow to download the json data
- Publish a docker container image on dockerhub
- Change to dark theme