Skip to content
This repository was archived by the owner on Sep 1, 2025. It is now read-only.

Latest commit

 

History

107 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MockMockWeb

MockMockWeb is a Heroku-ready Node.js-based web application server that allows you to:

  • instantly launch a website that sends an empty page (with status 200) to any request/URL
  • edit any page on the spot
  • edit the layout shared throughout your website
  • use the website as if it was real
  • get full control of the content and structure

MockMockWeb lets you build a mock (sometimes real) website in a request-driven interaction, very intuitive and easy to use (almost no learning curve).

Getting Started

  1. Install Node.js

  2. Get MockMockWeb

    $ git clone https://github.com/ubicast/MockMockWeb.git

  3. Run the MockMockWeb server

    $ node server.js

  4. Bring up a web browser and go to http://localhost:3000

index page

  1. Edit the empty website as you want

move to any path

edit the page

edited

(*) The site data will be stored in the memory by default.

Deploying to Heroku

You can customize the options by editing the Procfile, which is used by Heroku to launch the app server. By default, the site data will be stored in the MongoDB (if you provision one of the MongoDB add-ons).

For more details, see: https://devcenter.heroku.com/articles/nodejs

About

Mock up a website in seconds

Resources

Stars

6 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages