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.
- Host: GitHub
- URL: https://github.com/dimitri4788/quicknotes
- Owner: dimitri4788
- License: mit
- Created: 2016-10-22T05:15:42.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-11T03:04:02.000Z (about 9 years ago)
- Last Synced: 2025-03-11T07:46:17.597Z (10 months ago)
- Topics: notes, quick-notes, todolist
- Language: JavaScript
- Homepage:
- Size: 286 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
----------



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