Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/avichalp/learning-mean
a micro framework for quickly developing small websites
https://github.com/avichalp/learning-mean
Last synced: 4 days ago
JSON representation
a micro framework for quickly developing small websites
- Host: GitHub
- URL: https://github.com/avichalp/learning-mean
- Owner: avichalp
- Created: 2014-09-30T15:44:03.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2020-09-30T18:51:42.000Z (about 4 years ago)
- Last Synced: 2023-09-02T23:51:45.808Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 3.04 MB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A micro-framework for quickly developing websites for small(or medium) size ogranizations.
usage:
- Start node.js server by running server.js in root directory
- You can edit default mongodb config in config/db.js
- You can edit default redis confing in app/routes.js
- To modify content of this website visit /admin/ and login using:
email : [email protected]
password: password
*make sure redis and mongodb servers are running on your local machine before running the server