Skip to content

attardi/pa_todoapp

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 6 commits ahead of morellid:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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%