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

https://github.com/fzserver/facemashmvc

Facemash using nodejs.
https://github.com/fzserver/facemashmvc

Last synced: 10 months ago
JSON representation

Facemash using nodejs.

Awesome Lists containing this project

README

          

FACEMASH
Build a Complete NodeJS MVC Framework With powerful ExpressJS.

The idea is to demonstrate a custom MVC architecture in the context of ExpressJS.

## Installation

- Download the source code.
- create a mysql database named `facemash` with username = `root` & password = `""`
- Run `yarn` or `npm install`
- Run `npm start`
- Open localhost:3000 in your browser.

Preview
![Screenshot](/screenshots/screenshot.png)

### License

[MIT licensed](./LICENSE)