Skip to content

paulou1009/my-express1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

my-express1

Please install git, npm, nodejs(https://nodejs.org/) in advance. Please refer to NodeJS page.

How to download: Under terminal, type 'git clone [git repository]', it will clone into your laptop automatically.

How to install and run the program: Be sure you have installed npm.

  1. under my-express1/, type 'npm install', it will install all the required packages for module.
  2. type 'node app.js', the nodejs server will be launched.
  3. launch browser, type 'https://localhost:8080', you will see the page.

Mongodb

In order to run this program correctly, please make sure to install mongodb.
For mac, pleae install home brew(https://brew.sh/) in advance, then follow the steps in MongoDB website:
https://docs.mongodb.org/v2.2/tutorial/install-mongodb-on-os-x/

Reference

Write a todo list using NodeJs/Express/MongoDB
https://dreamerslab.com/blog/tw/write-a-todo-list-with-express-and-mongodb/

About

practice for nodejs+express+dustjs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published