https://github.com/fzserver/facemashmvc
Facemash using nodejs.
https://github.com/fzserver/facemashmvc
Last synced: 10 months ago
JSON representation
Facemash using nodejs.
- Host: GitHub
- URL: https://github.com/fzserver/facemashmvc
- Owner: fzserver
- License: mit
- Created: 2020-07-27T01:56:31.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-27T01:58:56.000Z (almost 6 years ago)
- Last Synced: 2025-06-29T22:44:22.864Z (11 months ago)
- Language: JavaScript
- Size: 412 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

### License
[MIT licensed](./LICENSE)