Personal Notes App is a simple web application for managing personal notes, which can be able to create, read, update, delete [CRUD]. This note is bult with using ract simple html & css and for backend FASTAPI and used MOGODB for store the data.
-
Clone the repository:
git clone https://github.com/Mohanchowdary1223/Personal_Note_Book.git
#For Frontend Installation
run npm install or npm i
Start the development frontend server
npm run dev
#For Backend Installtion
run pip install 'passlib[bcrypt]'
Start the development backend server
run uvicorn main:app --reload