edison7500 / manul

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Manul

Build Status GitHub license made-with-python Code Style Codacy Badge Updates Python 3

manul cat

如何开发

  1. fork it !
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request =]

系统环境

  • Python 3.7.x
  • Django 2.2.x
  • Django-rest-framework 3.10.x

Docker

docker pull jiaxin/manul # from docker hub

#or 

git clone https://github.com/edison7500/manul.git /path/to/manul
cd /path/to/manul
docker build -t manul .
docker run -itd -p 8000:8000 manul

API Document

http://127.0.0.1:8000/api/swagger/

About

License:GNU General Public License v3.0


Languages

Language:Python 92.3%Language:HTML 6.4%Language:Dockerfile 1.3%