Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 days 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 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-07T02:24:19.000Z (12 months ago)
- Last Synced: 2024-10-10T19:09:33.719Z (26 days 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
[![description](https://img.shields.io/badge/project-Individual-FFB7C5?style=for-the-badge)](https://github.com/KennardWang/Leave-Messages-Online)
Â
[![stars](https://img.shields.io/github/stars/KennardWang/Leave-Messages-Online?style=for-the-badge&color=FDEE21)](https://github.com/KennardWang/Leave-Messages-Online/stargazers)
Â
[![forks](https://img.shields.io/github/forks/KennardWang/Leave-Messages-Online?style=for-the-badge&color=white)](https://github.com/KennardWang/Leave-Messages-Online/forks)
Â
[![contributors](https://img.shields.io/github/contributors/KennardWang/Leave-Messages-Online?style=for-the-badge&color=8BC0D0)](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
![badge](https://img.shields.io/badge/maintenance-NO-EF2D5E) [@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](https://img.shields.io/github/license/KennardWang/Leave-Messages-Online)](LICENSE) © Kennard Wang ( 2020.6.18 )