EZEDIT
The fast and easy way to give your clients control of their online presence.
About
EZEDIT is a Platform as a Service (PAAS) for web designers to give their clients full control of the digital content on their website. Using EZEDIT is as simple as including the generated script tag in the site HTML, and your client can update their site in realtime.
This is an opensource project under the MIT license, and utilizes a MENB stack:
along with:
Building
Prerequisites
Build process
- Clone:
git clone git@github.com:ezedit/ezedit.git
- Build:
cd ezedit; npm install
- Configure: Create a file named
config.json
in the following format:
{
"db_user": "user",
"db_pass": "password",
"db_uri": "localhost:27017"
}
- Run:
node bin/www
- Enjoy: Visit
localhost:3000
in your web browser of choice
Disclaimer
The entirety of this project was built in under 24 hours with the primary goal of being demoable. This is a prototype and in no way shape or form is it suitable to be used in a production environment.
Credits
EZEDIT was created in a 24 hour hackathon, Hack_UTD, by: