This repository contains a standalone notepad application that prioritizes user privacy and data security. It provides a platform for users to create and store notes with end-to-end encryption, ensuring that only the user can access their data. The application maintains a record of past notes for easy reference and management.
💻 Frontend: React, JavaScript, Tailwind CSS
🐍 Backend: Python (Django), PostgreSQL, Redis
:database: Database: PostgreSQL
📶 Real-time Communication: Redis
git clone https://github.com/001kenji/Job-Application.git ```<br>
cd job-application-platform
pip install -r requirements.txt
Open In Editor
cd frontend
npm install
npm run dev
activate vertual enviroment
cd Messeger
python manage.py runserver
sudo service redis-server restart
run redis
redis-cli
make sure to go though each file and replace important values and credentials.