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
/clientdirectory. - Server: Located in the
/serverdirectory.
Refer to the respective directories (/client and /server) for detailed installation and build instructions.
To start the application using Docker, run:
docker compose up