Skip to content

A full-stack website of second-hand trading platform for the final project of Web App Programming course @ NTU.

Notifications You must be signed in to change notification settings

KoKoLates/trading-platform-website

Repository files navigation

Second-hand Trading Platform

logo

Introduction

The website is for the final project of web app programming course @ NTU. In this project, a second-hand trading platform website is designed, and there are lots of function included like chating room, articles slider and campaign block.

Prerequisites

Setup & Run

  1. Clone the repository to the local side.
https://github.com/KoKoLates/trading-platform-website.git
  1. Navigate to the project directory.
  2. Create and activate a virtual environment. It is recommended to use virtual environments to isolate project dependencies. (optional)
python -m venv .venve
.venv\Script\activate # for windows user
  1. Install the required packages.
pip install -r requirements.txt
  1. Open another new terminal window and run the following command for the Redis server.
redis-server
  1. Run the development server.
python manager.py runserver
  1. Then you could access to our project website in brower at http://localhost:8000

Overview

Please note that the above instructions assume a windows-based system. If you are using a other operating system, make sure to use the appropriate commands or tools as needed.

reportdemo slide

About

A full-stack website of second-hand trading platform for the final project of Web App Programming course @ NTU.

Resources

Stars

Watchers

Forks