Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kylecorbelli/remembered

An app to help you remember things.
https://github.com/kylecorbelli/remembered

Last synced: about 2 months ago
JSON representation

An app to help you remember things.

Awesome Lists containing this project

README

        

A simple app to bring together all the technologies I've learned over the past few weeks, centering around NodeJS:

-NodeJS
-Express
-EJS
-MongoDB

/********************************************************/
/******************* Starting the App *******************/

install dependencies:
$ cd login && npm install

run the app:
$ DEBUG=login:* npm start

/******************* Starting the App *******************/
/********************************************************/