Skip to content

I'm using javascript with eta, a javascript template engine. Deployed using Docker! This application is four-layered and three-tiered. To see the application in action, check the link:

Notifications You must be signed in to change notification settings

n0laja00/shopping-list-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shopping-list-app

Author: n0laja00

I'm using javascript with eta, a javascript template engine. Visit eta's official site at: https://eta.js.org/ if you're interested!

This app uses elephant SQL with a connection pool of concurrent connections of 2.

This project uses docker (Docker desktop)! To read more about docker, visit: https://www.docker.com/. To get Docker Desktop, visit: https://docs.docker.com/desktop/install/windows-install/

I expect you to have Docker installed, as this isn't a guide on how to install Docker.

What is needed to launch this project?

  • docker
  • (Free) port: 7777

Database information is outlined in .project.env -file. image

and they are used in a variety of locations, but this is the most important.

./app/database/database.js has the following code: image

The database exists on port: 5432.

How to launch the project?

In the root folder, the folder that has docker-compose.yml, project.env, and this README.md, run the following command: docker-compose up

image

When successfull, you'll see the following:

image

And can access localhost:7777 to see:

image

To see the application in action, visit Heroku at: https://n0laja00-shopping-list-app.herokuapp.com/

About

I'm using javascript with eta, a javascript template engine. Deployed using Docker! This application is four-layered and three-tiered. To see the application in action, check the link:

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published