Skip to content

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

Notifications You must be signed in to change notification settings

indracahyae/tokoku-admin-web

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published