Skip to content

attardi/pa_todoapp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pa_todoapp

This repo contains the nodejs app showed at the course Advanced Programming @ University of Pisa. It's just a simple TODO list implemented in nodejs + mongodb + jQuery.

Installation

npm install

Use

Create directory for mongodb:

mkdir db
mongod --dbpath db

Start the app:

node app.js

Open the browser at:

http://localhost:8080

About

nodejs app showed at lesson, for Advanced Programming

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 65.7%
  • CSS 22.1%
  • HTML 12.2%