Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/snehalbaghel/enotice
https://github.com/snehalbaghel/enotice
Last synced: about 17 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/snehalbaghel/enotice
- Owner: snehalbaghel
- Created: 2019-09-17T04:00:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T07:44:47.000Z (about 2 years ago)
- Last Synced: 2024-11-09T11:29:21.748Z (about 2 months ago)
- Language: Python
- Size: 341 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Enotice REST
Frontend at: [notice-ui](https://github.com/snehalbaghel/notice-ui)
### Setup
0. MySQL
1. Install pipenv
2. ``` pipenv install ```
3. ``` pipenv shell ```
4. ``` python manage.py run ```### Mirations
```bash
python manage.py db migrate --message 'migration message'
```
```bash
python manage.py db upgrade
```### Docs
Flask-restx generated docs can be viewd at http://127.0.0.1:5000/docs
![docs_screen](docs_screen.png)