Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.03 KB

README.md

File metadata and controls

33 lines (20 loc) · 1.03 KB

Project Name

Description

This project is a full-stack application that uses React for the frontend and Django for the backend. It includes features such as user registration, note creation, and note deletion.

Installation

Backend

  1. Navigate to the backend directory.
  2. Create a virtual environment: python -m venv venv
  3. Activate the virtual environment: source venv/bin/activate (Linux/macOS) or venv\Scripts\activate (Windows)
  4. Install the requirements: pip install -r requirements.txt
  5. Run the server: python manage.py runserver

Frontend

  1. Navigate to the frontend directory.
  2. Install the dependencies: npm install
  3. Start the development server: npm start

Usage

After starting the servers, navigate to http://localhost:3000 in your browser. You can register a new user, create notes, and delete notes.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT