Leave-Messages-Online

πŸ“‹ A module for leaving messages online

MIT License

Stars
7

Leave-Messages-Online

Β  Β  Β 

It is a practice project for the author after self-learning Django and SQLite. The purpose is to develop a module for leaving messages online with Django for the frontend and SQLite for the database.

Table of Contents

Development Environment

System Windows 10 x64
Language Python 3.7
Framework Django 3.2.7
Frontend HTML, CSS, Javascript
Database SQLite3
IDE PyCharm 2019.2.5 (Professional Edition)

Install

git clone https://github.com/KennardWang/Leave-Messages-Online.git
pip install -r requirements.txt

Usage

  1. Run the server by python manage.py runserver 127.0.0.1:8084.
  2. Visit http://127.0.0.1:8084/board/ and look through the guideline.

Maintainers

badge @KennardWang

Contributing

Feel free to open an issue or submit PRs.

License

Kennard Wang ( 2020.6.18 )