Skip to content

Unviray/ES21

Repository files navigation

ES21

Electronic S-21

This project will be replaced with https://github.com/Unviray/Sreport-backend and https://github.com/Unviray/Sreport-frontend

Install

Clone this repository

$ git clone https://github.com/Unviray/ES21
$ cd ES21/

Install dependency

$ pip install -r requirements.txt

Run it

$ gunicorn "es21:create_app()" -w 2

Open you browser and enter in this link http://127.0.0.1:8000/

Screenshoot

images/img1.jpg

images/img2.jpg

images/img3.jpg

images/img4.jpg

images/img5.jpg

Contributing

Whether reporting bugs, discussing improvements and new ideas: Contributions to ES21 are welcome! Here's how to get started:

  1. Check for open issues or open a fresh issue to start a discussion around a feature idea or a bug
  2. Fork the repository on Github, create a new branch off the master branch and start making your changes (known as GitHub Flow)
  3. Send a pull request and bug the maintainer until it gets merged and published ☺