https://github.com/sofyan48/todo-list
https://github.com/sofyan48/todo-list
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sofyan48/todo-list
- Owner: sofyan48
- Created: 2023-03-03T07:28:52.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T07:33:04.000Z (almost 3 years ago)
- Last Synced: 2025-02-19T14:07:49.301Z (11 months ago)
- Language: Python
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todo List
Todo List Simple API With python 3.x
## Boilerplate skeleton with pena rest engine
[pena-rest-engine](https://github.com/penaagp-dev/pena-rest-engine)
## Getting Started
### Environtment Setup
```
mv env.example .env
```
### Virtualenv
```
virtualenv -p python3 env
```
### Install And Running Service
#### Developer Mode
auto reload is active
```
pip install -e .
```
#### Production Mode
```
pip install .
```
### Running
```
pena http serve
```
help
```
# pena -h
---------------------------------------------------------------------------------------------------
Usage:
pena [...]
Options:
-h, --help Display this help and exit
-v, --version Print version information and quit
Commands:
http Starting http serve
migrate Migrating apps
deploy Setup apps
Run 'pena COMMAND --help' for more information on a command.
```
### POSTMAN Docs
```
in docs folder
```