Skip to content

remon2207/password-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

If development in the this project Please Use Docker Compose.

frontend

STEP 1

Execute the following command.

cp frontend/.env.local.example frontend/.env.local

STEP 2

Enter environment variables in .env.local file.

STEP 3

Execute the following command.

docker compose run --rm nextjs npm i

backend

Execute the following command.

cp backend/.env.example backend/.env

STEP 2

Enter environment variables in .env file.

STEP 3

Execute the following command.

docker compose run --rm api npm run dev:build

common

Last start the server by executing the following command.

docker compose up -d