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

https://github.com/indraxyz/tokoku-admin-web

Personal project for understanding expressjs with mvc concept (model view controller). Also with mobile app on my github repo "TokoKu-mobile".
https://github.com/indraxyz/tokoku-admin-web

expressjs javascript mvc-framework mysql nodejs pug-template-engine rest-api sequelize-orm

Last synced: 2 months ago
JSON representation

Personal project for understanding expressjs with mvc concept (model view controller). Also with mobile app on my github repo "TokoKu-mobile".

Awesome Lists containing this project

README

          

# about
Personal project for understanding expressjs with mvc concept (model view controller)

## Tech Stack
- express = backend framework with javascript
- pug = Template engine
- npm = package library
- database = MySql
- sequelize = database orm

## Project Directory
- config = database configuration
- controllers = web controllers
- models = database schema
- views = pug template engine
- public = static files: css,js,img, etc
- routes = web route with app.js configuration

## Run Locally
- download or Clone this project
- prepare and start your local server
- make database table from file “tokoku.sql” (config folder for database configuration)
- Install your dependencies
- ready to run (suitable with your local server)

## Authors
[@indracahyae](https://www.github.com/indracahyae)