Found 13 repositories(showing 13)
honorejabiro
This Note Management App, built with React and Django REST, uses JWT authentication to secure user access. Upon login, users receive a JWT token, granting authorized access to their personal notes while protecting privacy through secure, role-based authorization.
QuantumCoderrr
🔏 Vaultify is a secure, all-in-one personal vault web app that allows users to safely store passwords, encrypted notes, and files. Built using Django and Vanilla JS, Vaultify prioritizes security, simplicity, and performance.
kumarram1011
The candidate should ensure the availability of Git, Python and Django on their system as part of the setup exercise.. Preferred IDE is PyCharm to import the project directly. Postman tool to test the REST APIs and git. Problem Breakdown To start the development a skeleton repo for the project is provided at the github link – https://github.com/kumarram1011/Jan22_Q2 (master branch) Then repo can be cloned into their local system through HTTPs or SSH. After cloning the project at your location, follow the below points: Create Virtual env (ubuntu) 1. sudo apt install python3-venv 2. python3 -m venv relevel_env 3. cd relevel_env/ 4. source bin/activate Now quit this env location and jump to your working location/ Parent directory Install all dependencies using ‘pip install -r requirements.txt’ Now run your initial migrations with the command as: 1. python manage.py makemigrations 2. python manage.py migrate Note :- A. Initially there is no any model in your projects so the 1st command will give you the response has "NO changes" but the 2nd command will configure you all initial settings like DB and all. B. At every stage while developing/implementing the features please use both of the above commands to reflect your changes in the running/development server. Run ‘python manage.py runserver’ to start the development server. The hosted app can be checked on http://localhost:8000 on the browser. Submission Instructions Code Submission: Compress the code on the local system in the form of a *.zip file. Upload the code on your personal google drive in a folder titled - “Name_BD_ Code Base” Don’t forget to change the permissions of the folder to ‘Anyone with the link can edit’. Loom video submission: Create an account on Loom. Go through the quick tutorial on how to record loom videos. Create a Loom video (while screen sharing) covering the following points: Show the functionality of the app you have created i.e demo of the working APIs through a command line. (1 min) Run through the key parts of your code explaining the core logic and how you organized the code. (2 min) Explain your problem-solving approach (what logic you have used and why). (2 min) Please keep your explanation to under 5 mins only. Avoid too much jargon and explain your app in a simple and clear manner.
Musthak2004
🧩 MINI PROJECT: Personal Notes App (Django) 🎯 What we are building? Oru Notes / Articles App. Home page → ellaa notes list Detail page → single note full view Admin use panni notes add pannalaam CSS styling Tests
Yadhunath2003
A personal note taking app built using django and react.
lquresh52
This a small personal note-keeping app build using Django and Django rest framework.
KiaraRaynS
Simple notes on the process of making a django app for personal use.
raykipkorir
Write personal notes on https://writepersonalnotes.vercel.app. This is a SPA built with Django Rest framework and React using Typescript.
Furqan666-uno
A Notes Application built using Django (backend) and React.js (frontend). The app allows users to register, login, delete and create your personal notes. It includes user authentication and authorization using JWT tokens.
Fatatouille
Project developed as a personal practice of simulation of real-world Notes App using Node.js to make Frontend and Python Django to make Backend
Gullmuhammad12
A secure Notes app using Django CBV with full authentication. Users can register, log in, and perform full CRUD operations on their personal notes. Each user sees only their own notes. Clean, secure, and easy to extend.
2003-mani
The Django Notepad project is a web app that lets users create, edit, and delete personal notes easily. Built with Django, it uses models, views, and templates to manage data efficiently, featuring a clean and responsive interface with HTML, CSS, and Bootstrap.
Adwaith-J
A simple Django web application with user authentication and CRUD functionality. Users can register, log in, and manage personal notes with options to add, edit, and delete. The app uses a connected database, styled with a clean and professional UI.
All 13 repositories loaded