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.
and they are used in a variety of locations, but this is the most important.
./app/database/database.js
has the following code:
The database exists on port: 5432
.
In the root folder, the folder that has docker-compose.yml, project.env, and this README.md, run the following command: docker-compose up
When successfull, you'll see the following:
And can access localhost:7777 to see:
To see the application in action, visit Heroku at: https://n0laja00-shopping-list-app.herokuapp.com/