- Create Notes: Users can easily create new notes.
- View Notes: Existing notes are displayed in an organized manner.
- JWT Authentication: Secure authentication of users using JSON Web Tokens (JWT).
- React:
- Axios: Used Axios for efficient handling of HTTP requests.
- Clone the repository :
git clone https://github.com/seuusuario/meusite.git
- Navigate to the backend project folder:
cd backend
- Install the virtual env if you need to:
python -m venv venv
4. Ativate it:source venv/bin/activate
(Linux/Mac) orvenv\Scripts\activate
(Windows) - Install the dependencies:
pip install -r requirements.txt
- run the migrations:
python manage.py makemigrations
- make the migrations
python manage.py migrate
- run the server:
python manage.py runserver
- go to frontend dir:
cd ../frontend
- Install the dependeces:
npm install
ornpm i
- run dev server:
npm run dev
Now just open the browser and go to [http://localhost:5173/]