A Reminder app built with Node, MongoDB and Angular.
Node takes care of the RESTful API while Angular provides UI and utilizes the API. MongoDB serves as the backed for the API’s to play with.
- Clone the repository:
git clone [email protected]:prashanthsubbiah/ReminderApp
- Install the application:
npm install
- Start the server:
node server.js
- View in browser at
http://localhost:8080
This application has been built for personal/experimental purpose. Please don’t reuse/reproduce this code for commercial use without prior information to [email protected]
Feel free to get in touch with me for any question(s).
Thanks. Great day!
Prashanth Subbiah