https://github.com/hir4/simple-app
https://github.com/hir4/simple-app
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hir4/simple-app
- Owner: Hir4
- Created: 2023-07-09T13:27:29.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-15T10:18:07.000Z (over 1 year ago)
- Last Synced: 2024-12-27T03:12:22.878Z (7 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