Skip to content

lezhou8/temp-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Temp notes

Create temporary notes without cluttering your local computer.

About

Tired of the mess on your device left by the creation of ad-hoc notes? Our site offers a cleaner and simpler way to take notes. Just write and go. Your notes persist across browser sessions, either through cookies or a unique URL. No account needed. Notes last for a week, so you can focus on what matters, not file management.

Try it here.

Run it yourself

Make sure you have a Docker daemon running on your machine:

dockerd

Clone the repo.

git clone https://github.com/lezhou8/temp-notes.git

Navigate into the repo.

cd temp-notes

Create a .env file:

cat <<EOF > .env
DL_URL=jdbc:postgresql://db:5432/postgres
POSTGRES_USER=<username>
POSTGRES_PASSWORD=<password>
POSTGRES_DB=postgres
EOF

Replace <username> and <password> with your desired credentials.

Then start the app using Docker Compose:

docker compose up

Then visit http://localhost in your browser.

Dependencies

Testing

Ensure a Docker daemon is running on your machine, due to Testcontainers being used:

dockerd

Navigate to the backend directory:

cd backend

Run the test suite.

On Unix-based systems:

./gradlew test

On Windows:

gradlew.bat test

Built with

  • Kotlin
  • Spring Boot
  • PostgreSQL
  • Docker
  • Docker Compose
  • Nginx
  • Testcontainers
  • JavaScript
  • DigitalOcean

Miscellaneous

About

Create temporary notes without cluttering your local computer.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors