Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jespy666/memory-repository
A mini social network for friends
https://github.com/jespy666/memory-repository
alembic fastapi jwt pydantic pytest ruff uvicorn
Last synced: 9 days ago
JSON representation
A mini social network for friends
- Host: GitHub
- URL: https://github.com/jespy666/memory-repository
- Owner: jespy666
- Created: 2024-10-24T12:14:27.000Z (27 days ago)
- Default Branch: dev
- Last Pushed: 2024-11-04T10:52:36.000Z (16 days ago)
- Last Synced: 2024-11-04T11:35:06.763Z (16 days ago)
- Topics: alembic, fastapi, jwt, pydantic, pytest, ruff, uvicorn
- Language: Python
- Homepage:
- Size: 71.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# memory-repository
A mini social network for friends
### Quality
___
[![Maintainability](https://api.codeclimate.com/v1/badges/e84a60984d8181454fc1/maintainability)](https://codeclimate.com/github/jespy666/memory-repository/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/e84a60984d8181454fc1/test_coverage)](https://codeclimate.com/github/jespy666/memory-repository/test_coverage)
### CI
___
[![quality&tests](https://github.com/jespy666/memory-repository/actions/workflows/quality&tests.yml/badge.svg)](https://github.com/jespy666/memory-repository/actions/workflows/quality&tests.yml)
### Quickstart
___
1. `git clone https://github.com/jespy666/memory-repository.git`
2. `make install`
3. fill `.env` from `.example_env`
4. `cd src` && `docker-compose up -d`
5. `make migrate`
6. `make dev`