Skip to content

looplens/brain

Repository files navigation

Looplens Brain

Looplens is a privacy-focused social media platform that prioritizes security. It was initially planned in December 2023 and development started in January 2024. The platform utilizes Python for the backend, PostgreSQL as the database, Prisma for database control, and is deployed using Docker.

Development

If you have changed your Docker settings, you may need to re-edit the .env files.

Brain

Navigate to the API directory, install Python dependencies, update database schemas using Prisma, apply changes to the database, regenerate Python code generated by Prisma.

cd ./brain
pip install -r requirements.txt
prisma migrate dev
prisma db push
prisma generate

and after run server at :8000

cd ./brain
uvicorn main:app --reload

Client

currently not available

Authors

License

MIT

Looplens ©

About

Secure and fast Looplens API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages