Skip to content

CoderZtoDecode/todoApp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node Todo App

A Node app built with MongoDB and Angular. For demonstration purposes and a tutorial.

Node provides the RESTful API. Angular provides the frontend and accesses the API. MongoDB stores like a hoarder.

Requirements

  • Node and npm
  • MongoDB: Make sure you have your own local or remote MongoDB database URI configured in config/database.js

Installation

  1. Clone the repository: git clone https://github.com/geekSivz/todoApp
  2. Install the application: npm install error occurs in installing then disable ssl by using command 'npm set strict-ssl false'
  3. Place your own MongoDB URI in config/database.js
  4. Start the server: node server.js
  5. View in browser at todo.mean-applications.com:1000

USE HOST Entries with the following

  • 127.0.0.1 todo.mean-applications.com
  • 127.0.0.1 gallary.mean-applications.com
  • 127.0.0.1 profile.mean-applications.com
  • 127.0.0.1 mean-applications.com

Happy Todo-ing!

Todo-aholic

About

Sample todoApp in MEAN stack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 70.7%
  • HTML 29.3%