aticie / Mapper-Influences-Backend

0 stars 0 forks source link

https://www.mapperinfluences.com


Mapper influences backend code.

Uses MongoDB and Python FastAPI.

/docs for endpoint documentation.

If you have feature requests or bug reports, you can do so in frontend repository or in our discord

How to run

Easiest way would be to use docker:

You might only want to run database in docker, to do that just use docker compose up mongo -d

To run locally, do the first two steps from docker instructions and:

You might want to use python virtual environments to avoid insalling packages system wide. Check out here: https://docs.python.org/3/library/venv.html

How to run tests

If you can run the server locally using steps above, you can just type pytest and it will do its job.