Easy-Chat is a project where you can register and send encrypted messages to other users.
✅ Usable
✅ Finished
- User Registration
- Jwt Authentication
- Multiple Chats
- Encrypted messages
- Messages with files
- Delete Messages
- Delete Chats
- Python
- Typescript
- Django
- Django-Rest
- PyJwt
- React
- Axios
- React-Recoil
Enter in the react-js folder, open your terminal and install all packages
npm i
Next start the project in your favorite browser
npm start
Install Python 3.11
Enter in the Django-ai folder, open yourt terminal and create a virtual environment
python3 -m venv /path/to/new/virtual/environment
Install all you need to run the project using Pip
pip install -r requirements.txt
Start the project
python manage.py runserver
Send Messages, files and audios
Have Fun
Made by Jackson Fernandes.
My Portfolio: https://portfolio-jackson-fernandes.vercel.app/