Skip to content

This is a four-layered and three-tiered application. It uses javascript and eta template-engine. To see the application in action, check the link:

Notifications You must be signed in to change notification settings

n0laja00/shopping-list-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 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.

Deno is the runtime I use to run this web application. Deno can be installed from the Deno installation site: https://deno.land/manual@v1.25.4/getting_started/installation

for windows users, use powershell and run irm https://deno.land/install.ps1 | iex on powershell. image

After pulling this application, you should be able to run the application with the command deno run --allow-net --allow-read --allow-env app.js. It opens on port 7777.

image

Make sure that the app.js is present in the terminal's current directory.

On a successful boot, you'll see the following text: image

After this, you should be able to connect to the localhost and see the following screen. image

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

About

This is a four-layered and three-tiered application. It uses javascript and eta template-engine. To see the application in action, check the link:

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published