Code Monkey home page Code Monkey logo

database-course's Introduction

Database-Course

中文文档

It is my term porject repo of Database Course(2021 spring) in Tongji University


Contents


Introduction

This repo contain the term project of Tongji University's Database Course in 2021 spring. The tech stack is as follows:

  1. backend:Flask
  2. frontend:Vue+Element UI
  3. database:SQLite

The features are as follows:

  1. user management
  2. health data management
  3. sports plans management
  4. sports records management
  5. sports share management
  6. comments to shares management

Structure

.
│
├─database-backend
│  │  app.py
│  │  requirements.txt
│  │
│  ├─account_manage
│  │  │  account_models.py
│  │  │  bodydata.py
│  │  │  user.py
│  │  └─__init__.py
│  │
│  ├─config
│  │  │  config.py
│  │  │  data.sqlite
│  │  └─__init__.py
│  │
│  ├─db_manage
│  │  │  sql.py
│  │  └─__init__.py
│  │
│  ├─share_manage
│  │  │  share.py
│  │  │  share_models.py
│  │  └─__init__.py
│  │
│  ├─sports_manage
│     │  plan.py
│     │  record.py
│     │  sports_models.py
│     └─__init__.py
│  
│
└─database-frontend
    │
    └─src
        │  App.vue
        │  main-dev.js
        │  main-prod.js
        │
        ├─components
        │      Home.vue
        │      Stat.vue
        │
        ├─pages
        │  ├─account
        │  │      Bodydata.vue
        │  │      Center.vue
        │  │      Modifypassword.vue
        │  │
        │  ├─plan
        │  │      Plan.vue
        │  │
        │  ├─record
        │  │      Record.vue
        │  │
        │  ├─share
        │  │      Allshare.vue
        │  │
        │  └─user
        │          Login.vue
        │          Regist.vue
        │
        ├─plugins
        │      element.js
        │
        └─router
                index.js

Running

  • OS:Windows10

  • Frontend:

    yarn install	//install dependency
    yarn run serve	//run in dev mode
  • Backend:

    pip install requirements.txt	//install packages. If there is any missing, please follow the prompts
    python app.py					//run in debug mode
    

Defenders

The repo is currently owned by https://github.com/teamwong111 maintain

If I have infringement or you have any questions, please contact me by email [email protected]


License

MIT


database-course's People

Contributors

teamwong111 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.