Giter VIP home page Giter VIP logo

pbc_final_project's Introduction

PBC_Final_Project

Final Project of Programming for Business Computing, 2024

Our purpose:

  • To build a exchange student matching platform.
  • Built with Django and decorated with HTML and CSS.

Demo Video

Watch the video

How to use:

  • create a vitual environment
    conda create -n "env_name" python==3.9.12
    conda activate "env_name"
  • Install the pip requirements
    pip install -r requirements.txt
  • Further steps please refer to platform folder

Architecture

└── platform: main folder of our project
    ├── avatars: store the avatar for each user
    ├── error_handlers: folder for error handling
    ├── friends: folder for all the friends data
    ├── login: folder for login page
    ├── matching: folder for welcome page
    ├── myproject: main folder contains settings and urls
    ├── templates: folder for all the HTML files
    ├── welcome: folder for welcome page
    ├
    ├── db.sqlite3: store the back-end data with sqlite
    ├── manage.py: the code to start the website
    ├── migrate.sh: shell script for migrate
    └── README.md  
└── each app(page) folder
    ├── __init__.py
    ├── admin.py
    ├── apps.py
    ├── models.py
    ├── tests.py
    ├── urls.py
    ├── views.py
    └── ...

Notice

  • Different Brower version could lead to different results.
  • Remember to use the updated version of the browers.

pbc_final_project's People

Contributors

bai1026 avatar max09401 avatar leonahsu avatar zoeohoh avatar

Watchers

 avatar

Forkers

max09401 leonahsu

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.