https://github.com/jamiemason/tim
Node.js, Express & MongoDB app starter template with multi-language support, user registration and authentication
https://github.com/jamiemason/tim
Last synced: 3 months ago
JSON representation
Node.js, Express & MongoDB app starter template with multi-language support, user registration and authentication
- Host: GitHub
- URL: https://github.com/jamiemason/tim
- Owner: JamieMason
- Created: 2012-09-24T14:17:20.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-10-07T19:45:20.000Z (over 12 years ago)
- Last Synced: 2024-10-18T19:34:45.896Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 219 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Tim
===A very simple app starter template with multi-language support, user registration and authentication. Pick up from here and build whatever.
Installation
---mkdir Tim
cd Tim
git clone git://github.com/JamieMason/Tim.git# start database
mongod# in another Terminal window...
node app 