- Safe Note is a private messaging platform that allows you to securely share notes and messages with end-to-end encryption. The shared content is accessed via a link that automatically expires, ensuring your information stays private and doesn't remain online indefinitely.
- Demo: https://demo11.isaccobertoli.com/
- React
- Axios
- Tailwind
- Typescript
- Shadcn UI
- React Quill
- Node
- Express
- Sequelize
- SQLite
- Crypto
- Cors
git clone https://github.com/Isacco-B/bg-remover
cd client
- Create .env file with the following variables:
VITE_SERVER_HOST="server url"
VITE_CLIENT_HOST="client url"
- Install dependencies
npm install
- Start server
npm run dev
cd server
- Create .env file with the following variables:
NODE_ENV=development|production
PORT=3000
HOST=server url
ALLOWD_HOSTS=host1,host2,host3
- Install dependencies
npm install
- Start server
npm run dev