# TradeNote **Repository Path**: sevenclear/TradeNote ## Basic Information - **Project Name**: TradeNote - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-06 - **Last Updated**: 2025-09-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
TradeNote
- Open Source Trading Journal -
🌐 Website | 📚 Documentation | Discord
There are numerous great and very powerful trading journals out there. However, I wanted to build a journal for traders who care about data security and privacy but also for individuals that need simplicity and flexibility.
By creating and sharing TradeNote as an open source project, I hope to help other days traders like myself store, discover and recollect trade patterns so they can become and remain consistent and profitable traders.

# Installation
For detailed installation and user guide, please visit the [documentation](https://tradenote.co/project-overview.html "documentation") page.
## Docker Compose
### Requirements
- Docker
- Docker Compose
### Installation
1. Download the docker compose.yml file
2. Run `docker compose up -d`
This will automatically setup the database (mongodDB) and the TradeNote app.
You can then access the website on http://localhost:8080.
If you cannot access the website, please refer to the importante notice above (and try changing the mongo version) or get support via [Discord](https://discord.gg/ZbHekKYb85 "Discord")
## Docker
### Requirements
- Docker
- Node 18.X
- MongoDB
### Installation
You need to have a running MongoDB database. Please see their [Docker Hub](https://hub.docker.com/_/mongo "Docker Hub") for instructions.
Then, run the TradeNote image with its environment variables.
```
docker run \
-e MONGO_URI=