Skip to content

ezedit/ezedit

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

  1. Clone: git clone git@github.com:ezedit/ezedit.git
  2. Build: cd ezedit; npm install
  3. Configure: Create a file named config.json in the following format:
{
    "db_user": "user",
    "db_pass": "password",
    "db_uri": "localhost:27017"
}
  1. Run: node bin/www
  2. 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:

About

The Hack_UTD Submission for EZEDIT.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published