Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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