Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kylecorbelli/remembered
- Owner: kylecorbelli
- Created: 2015-11-07T23:39:49.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-16T15:52:19.000Z (about 9 years ago)
- Last Synced: 2023-02-27T09:52:19.744Z (almost 2 years ago)
- Language: JavaScript
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 installrun the app:
$ DEBUG=login:* npm start/******************* Starting the App *******************/
/********************************************************/