This is a Password Manager Application.
Please git clone This repository
This repository use submodule So, Please git clone under the repositories
next-password-manager-app(https://github.com/Lee266/next-password-manager-app.git)
next-password-manager-api(https://github.com/Lee266/next-password-manager-api/tree/develop)
git clone https://github.com/Lee266/next-password-manager-monorepo.git
cd app
git clone https://github.com/Lee266/next-password-manager-app.git
cd ../api
git clone https://github.com/Lee266/next-password-manager-api.git
Please copy env
cp .env.example .env
To launch the project using Docker, run the following command:
docker compose up -d --build
This command initializes and starts the containers necessary for both the frontend and backend components.
- Frontend
- Next.js
- Material UI
- Yarn
- Backend
- Python
- Django
- Code Hosting
- GitHub
- Builders
- Vercel
- Render
Naming Conventions PascalCase: CurrentUserItem CamelCase: currentUserItem SnakeCase: current_user_item KebabCase: current-user-item
- directory
-- first layer
- lowerCase -- other layer
- PascalCase
- component file PascalCase
- other KebabCase