A project to create a web application for making notes utilizing React and Django
To launch this web app, enter the 'memo_api' folder from a terminal and enter the command:
python manage.py runserver
Then, from another terminal, enter the 'memo_front_end' folder and enter the command:
npm start