Skip to content

yangej/DB-final_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

What's in the folder

We separate this project into two parts, frontend and backend.

frontend

In the frontend folder, intro below describes folders in src:

+-- api: index includes a factory gathering all the api methods; interceptor controls user's permission to get data
+-- components: here are components shared by views
+-- dummies: here are mocked data which were used when api hadn't finished
+-- layout: here are layouts designed for two different roles
+-- router: index sets all the routes; permission controls the routing behavior
+-- stores: here is a data store used when views sharing the same data
+-- views: here are views user sees in the website
App.vue: this is the top layer of all the views

backend

In the backend folder, intro below describes folders inside:

+-- config: here is all database config settings
+-- controllers: here are api controllers which identify the permission of the requests from the client side
+-- models: models are what access needed data from the database
+-- routes: routes set all the api path with corresponding controller or model

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published