https://github.com/ansrivas/goupload
Experiments with Chi and pongo2
https://github.com/ansrivas/goupload
chi django golang mux pongo2
Last synced: 4 months ago
JSON representation
Experiments with Chi and pongo2
- Host: GitHub
- URL: https://github.com/ansrivas/goupload
- Owner: ansrivas
- License: mit
- Created: 2017-05-31T21:13:48.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-05T21:22:36.000Z (about 8 years ago)
- Last Synced: 2025-06-04T19:06:26.165Z (4 months ago)
- Topics: chi, django, golang, mux, pongo2
- Language: Go
- Size: 6.35 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README
# goupload
This is an experimental project to understand Golang's `Chi` mux with `pongo2` templates.
---
[](https://travis-ci.org/ansrivas/goupload)
# Usage:
---
1. Run help:```bash
$ make help
help: Show available options with this Makefile
test: Run all the tests
clean: Clean the application
build: Build the application
app_help: Display flags accepted by the application
test_run: Run the application in a test mode
remove: Remove running docker containers and remove the volumes
dock_run_fg: Run docker containers, foreground.
dock_run_bg: Run docker containers, background.
build_docker: Build docker containers```
2. Run tests using:
```
make test
```3. Execute docker-app:
```
make dock_run_fg
```4. Navigate to `localhost:8080` and login using `admin@gmail.com:admin`