Skip to content

29deepanshutyagi/django_react_notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published