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

https://github.com/projnull/memopad

A very insecure application for taking plain text notes. (Used for testing)
https://github.com/projnull/memopad

angular java postgresql spring-boot spring-web

Last synced: 4 months ago
JSON representation

A very insecure application for taking plain text notes. (Used for testing)

Awesome Lists containing this project

README

          

# MemoPad

{NULL} MemoPad is a web application written using Angular and Java for writing and sharing notes, featured with encryption & free cloud sync.

## Technologies

![Docker](https://img.shields.io/badge/docker-%230db7ed.svg?style=for-the-badge&logo=docker&logoColor=white)
![Java](https://img.shields.io/badge/java-%23ED8B00.svg?style=for-the-badge&logo=openjdk&logoColor=white)
![Spring](https://img.shields.io/badge/spring-%236DB33F.svg?style=for-the-badge&logo=spring&logoColor=white)
![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white)
![Angular](https://img.shields.io/badge/angular-%23DD0031.svg?style=for-the-badge&logo=angular&logoColor=white)
![Postgres](https://img.shields.io/badge/postgres-%23316192.svg?style=for-the-badge&logo=postgresql&logoColor=white)

MemoPad was built using the Spring Boot on the backend and Angular on the frontend. Our database of choice was postgres, but any compatible with Spring Boot JDA will work.

For the sake of convenience, we use Docker to create official MemoPad images that you can use to run the app without needing to build it your self. A docker-compose file is also provided, which you can use to quickly set it up with minimal configuration required.

## License

This project is licensed under the MIT License. Form more information, view the file conveniently named `LICENSE`.