Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hir4/simple-app
https://github.com/hir4/simple-app
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hir4/simple-app
- Owner: Hir4
- Created: 2023-07-09T13:27:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-15T10:18:07.000Z (11 months ago)
- Last Synced: 2024-04-17T06:16:42.099Z (8 months ago)
- Language: Python
- Size: 152 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple App
Everything I'm studying I'm putting in this repo, to help me improve my skills.# Prerequisite
- [Docker](https://docs.docker.com/engine/install/ubuntu/#installation-methods)# Run WEB and DB
You can run this app with the following commands:
make run_appTurn off with:
make down_app
## Acessing container
You can access container with:docker exec -it /bin/bash
# Run Tests
You can easily run tests with:make tests