Skip to content

dimitri4788/quickNotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick Notes

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

Website

Click here to use the application

Running Locally

# Install the dependencies
$ npm install

# Run the app locally
$ npm start

NOTE: Your app should now be running on http://localhost:5002

Deploying to Heroku

# 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:

Screenshot

Author

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

About

An application to take quick notes.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published