Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 )