Skip to content

Latest commit

 

History

History
103 lines (69 loc) · 1.51 KB

README.md

File metadata and controls

103 lines (69 loc) · 1.51 KB

Safe Note

  • 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/

Tech Stack Client

  • React
  • Axios
  • Tailwind
  • Typescript
  • Shadcn UI
  • React Quill

Tech Stack Server

  • Node
  • Express
  • Sequelize
  • SQLite
  • Crypto
  • Cors

Client Images

Getting Up and Running Locally

Clone Repo

git clone https://github.com/Isacco-B/bg-remover

Client

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

Server

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

🔗 Links

linkedin