Downloading the project :
git clone https://github.com/Lbutynski/address-keeper.gitInstalling dependency
pnpm installCreate a .env.local at the root of the project to connect to mongoDB in the format :
DB_URL=mongodb://Your_MongoDB_Address/address
Lauching the project :
pnpm build
pnpm start