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.
- Node and npm
- MongoDB: Make sure you have your own local or remote MongoDB database URI configured in
config/database.js
- Clone the repository:
git clone https://github.com/geekSivz/todoApp - Install the application:
npm installerror occurs in installing then disable ssl by using command 'npm set strict-ssl false' - Place your own MongoDB URI in
config/database.js - Start the server:
node server.js - View in browser at
todo.mean-applications.com:1000
- 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!
