Skip to content

ddeli/demo_todo_app_node_express

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

This is a yet non-persistent implementation of a ToDo list for demo and learning purpose.

The app in this repo is deployed at https://demo-todo-list-node-express.onrender.com/ with a free instance of Render.

Deployment

See https://render.com/docs/deploy-node-express-app or follow the steps below:

Create a new web service with the following values:

  • Build Command: yarn
  • Start Command: node app.js

That's it! Your web service will be live on your Render URL as soon as the build finishes.

Free Render instance types will spin down with inactivity. So it could take a while until the App is displayed.

Releases

No releases published

Packages

No packages published

Languages

  • EJS 62.9%
  • JavaScript 36.7%
  • CSS 0.4%