https://github.com/kennardwang/leave-messages-online
📋 A module for leaving messages online
https://github.com/kennardwang/leave-messages-online
django html-css-javascript message-board pycharm python3 sqlite
Last synced: 9 months ago
JSON representation
📋 A module for leaving messages online
- Host: GitHub
- URL: https://github.com/kennardwang/leave-messages-online
- Owner: KennardWang
- License: mit
- Created: 2020-06-18T03:53:53.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-11-07T02:24:19.000Z (about 2 years ago)
- Last Synced: 2025-02-28T08:28:19.874Z (9 months ago)
- Topics: django, html-css-javascript, message-board, pycharm, python3, sqlite
- Language: Python
- Homepage:
- Size: 22.5 MB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Leave-Messages-Online
[](https://github.com/KennardWang/Leave-Messages-Online)
Â
[](https://github.com/KennardWang/Leave-Messages-Online/stargazers)
Â
[](https://github.com/KennardWang/Leave-Messages-Online/forks)
Â
[](https://github.com/KennardWang/Leave-Messages-Online/graphs/contributors)
Â
Â
Â
Â
Â
Â
Â
Â
Â
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](#development-environment)
- [Install](#install)
- [Usage](#usage)
- [Maintainers](#maintainers)
- [Contributing](#contributing)
- [License](#license)
## 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
 [@KennardWang](https://github.com/KennardWang)
## Contributing
Feel free to [open an issue](https://github.com/KennardWang/Leave-Messages-Online/issues) or submit [PRs](https://github.com/KennardWang/Leave-Messages-Online/pulls).
## License
[](LICENSE) © Kennard Wang ( 2020.6.18 )