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".
- Host: GitHub
- URL: https://github.com/indraxyz/tokoku-admin-web
- Owner: indraxyz
- Created: 2018-06-09T17:00:43.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-01-30T00:57:50.000Z (over 2 years ago)
- Last Synced: 2025-06-08T23:36:59.747Z (about 1 year ago)
- Topics: expressjs, javascript, mvc-framework, mysql, nodejs, pug-template-engine, rest-api, sequelize-orm
- Language: JavaScript
- Homepage:
- Size: 545 KB
- Stars: 1
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)