Skip to content

This app is a note-taking tool that uses Python Django for the server-side functionality and React for the user interface. With this app, users can create new notes, make changes to existing notes, and remove notes they no longer need.

Notifications You must be signed in to change notification settings

mooose22/Notes-App-Django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Notes App

This is a notes app built with React and Django.

Requirements

  1. Python
  2. Node.js
  3. React

Installation

  1. Clone the repository
git clone https://github.com/mooose22/notes-app.git
  1. Create a virtual environment and activate it
virtualenv myenv

source myenv/bin/activate

  1. Install the requirements
pip install -r requirements.txt
  1. Run the server
python manage.py runserver

Frontend - React

  1. Open another terminal and navigate to the mynotes directory
cd mynotes
  1. Install the dependencies
npm install
  1. Run the app
npm start

About

This app is a note-taking tool that uses Python Django for the server-side functionality and React for the user interface. With this app, users can create new notes, make changes to existing notes, and remove notes they no longer need.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published