Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`