A little toy password manager made for a university class. Powered by Remix, Prisma and the air we breathe.
Eddy can't wait to help you store your passwords, all you gotta do is follow these easy steps™!
- Install all the required packages with
npm install
. - Create a
.env
based on the template, remember to add the necessary certificate data for HTTPS! - Use
npx prisma db push
andnpx prisma generate
to get your database and client ready to go! - Run
npm start
and be amazed as Eddy appears on your computer screen as you enter the URL in your browser!