Skip to content

lee266/next-password-manager-monorepo

Repository files navigation

Password Manager Application

Overview

This is a Password Manager Application.

Getting Started

Git Clone

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

Active Project

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.

Environments

  • Frontend
    • Next.js
    • Material UI
    • Yarn
  • Backend
    • Python
    • Django
  • Code Hosting
    • GitHub
  • Builders
    • Vercel
    • Render

hints

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published