Skip to content

Integration between front-end written in React.js and back-end API written in Django for a simple notes web app.

Notifications You must be signed in to change notification settings

araujo88/notes_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

notes_app

Integration between front-end written in React.js and back-end written in Django for a simple notes web app.

Instructions:

  • On the "backend/mynotes" folder, run the Django server with "python manage.py runserver". This will run a local API server on port 8000.
  • On the "frontend/mynotes" folder, run the React app with "npm start". This will run the web app on port 3000.

About

Integration between front-end written in React.js and back-end API written in Django for a simple notes web app.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published