An open API service indexing awesome lists of open source software.

https://github.com/vbetsch/locklite

🔐 Intranet password manager for businesses (RNCP 39583)
https://github.com/vbetsch/locklite

dependabot eslint github-actions jest mui nextjs nodejs postgresql prettier prisma sentry swagger typescript vercel

Last synced: 3 months ago
JSON representation

🔐 Intranet password manager for businesses (RNCP 39583)

Awesome Lists containing this project

README

          

# Locklite

[![Build Status](https://github.com/vbetsch/lockLite/actions/workflows/ci.yml/badge.svg)](https://github.com/vbetsch/lockLite/actions)
![Deploy Status](https://deploy-badge.vercel.app/vercel/locklite)

The Locklite project is a password manager designed to protect and organize confidential information in secure areas. In
a fictitious scenario, it is intended for companies wishing to guarantee the confidentiality of their employees' data.
In the reality of this academic project, it takes the form of an MVP developed on its own, providing a concrete
illustration of the design, deployment and supervision of a complete application.

Screenshot of the application

### Stack

![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white)
![NodeJS](https://img.shields.io/badge/node.js-6DA55F?style=for-the-badge&logo=node.js&logoColor=white)
![Next JS](https://img.shields.io/badge/Next-black?style=for-the-badge&logo=next.js&logoColor=white)
![Vercel](https://img.shields.io/badge/vercel-%23000000.svg?style=for-the-badge&logo=vercel&logoColor=white)
![Postgres](https://img.shields.io/badge/postgres-%23316192.svg?style=for-the-badge&logo=postgresql&logoColor=white)
![Prisma](https://img.shields.io/badge/Prisma-3982CE?style=for-the-badge&logo=Prisma&logoColor=white)
![Swagger](https://img.shields.io/badge/-Swagger-%23Clojure?style=for-the-badge&logo=swagger&logoColor=white)
![Jest](https://img.shields.io/badge/-jest-%23C21325?style=for-the-badge&logo=jest&logoColor=white)
![MUI](https://img.shields.io/badge/MUI-%230081CB.svg?style=for-the-badge&logo=mui&logoColor=white)
![GitHub Actions](https://img.shields.io/badge/github%20actions-%232671E5.svg?style=for-the-badge&logo=githubactions&logoColor=white)
![ESLint](https://img.shields.io/badge/ESLint-4B3263?style=for-the-badge&logo=eslint&logoColor=white)
![Prettier](https://img.shields.io/badge/prettier-%23F7B93E.svg?style=for-the-badge&logo=prettier&logoColor=black)
![Sentry](https://img.shields.io/badge/sentry-%23362D59.svg?style=for-the-badge&logo=sentry&logoColor=white)
![Dependabot](https://img.shields.io/badge/dependabot-025E8C?style=for-the-badge&logo=dependabot&logoColor=white)

### Documentation

- **C2.1.1** - [Continuous Deployment](CD.md)
- **C2.1.1** - [Quality and Performance Criteria](CRITERIA.md)
- **C2.1.2** - [Continuous Integration](CI.md)
- **C2.2.3** - [Security measures](SECURITY.md)
- **C2.2.3** - [Accessibility measures](ACCESSIBILITY.md)
- **C2.2.4** - [Changelog](CHANGELOG.md)
- **C2.3.1** - [Test Plan](ACCEPTANCE.md)
- **C2.3.2** - [Defect Correction Plan](BUGS.md)
- **C2.4.1** - [Deployment Guide](DEPLOYMENT.md)
- **C2.4.1** - [User Guide](USER.md)
- **C2.4.1** - [Contributing Guide](CONTRIBUTING.md)