Manage your environment variables securely and efficiently.
- Environment Management: Easily manage and load environment variables.
- Scalability: Designed to scale with your application's needs.
- Cross-Platform: Works seamlessly across different operating systems.
- Secure: Keeps sensitive information safe and out of your codebase.
- Next.js (Frontend)
- FastAPI (Backend)
- SQLite (Database)
- Docker (Containerization)
- Client: Located in the
/client
directory. - Server: Located in the
/server
directory.
Refer to the respective directories (/client
and /server
) for detailed installation and build instructions.
To start the application using Docker, run:
docker-compose up