An open API service indexing awesome lists of open source software.

https://github.com/dimitri4788/quicknotes

An application to take quick notes.
https://github.com/dimitri4788/quicknotes

notes quick-notes todolist

Last synced: 6 months ago
JSON representation

An application to take quick notes.

Awesome Lists containing this project

README

          

Quick Notes
===========

An application to take quick notes written in Node.js and Express.js.

Website
------
[Click here to use the application](https://takequicknotes.herokuapp.com/)

Running Locally
---------------
```sh
# Install the dependencies
$ npm install

# Run the app locally
$ npm start
```
**NOTE**: Your app should now be running on [http://localhost:5002](http://localhost:5002/)

Deploying to Heroku
-------------------
```sh
# Install Heroku CLI Toolbelt: https://toolbelt.heroku.com/
$ heroku login
$ heroku apps:create [YOURAPPNAME]
$ git push heroku master
$ heroku open
```

#### Extras
For more information about using Node.js on Heroku, see these Dev Center articles:

- [Getting Started with Node.js on Heroku](https://devcenter.heroku.com/articles/getting-started-with-nodejs)
- [Heroku Node.js Support](https://devcenter.heroku.com/articles/nodejs-support)
- [Node.js on Heroku](https://devcenter.heroku.com/categories/nodejs)
- [Best Practices for Node.js Development](https://devcenter.heroku.com/articles/node-best-practices)
- [Using WebSockets on Heroku with Node.js](https://devcenter.heroku.com/articles/node-websockets)

Screenshot
----------
![](static/images/one2.png)
![](static/images/two2.png)
![](static/images/three2.png)

Author
------
Deep Aggarwal
deep.uiuc@gmail.com
Date Started: 10/21/2016