This is a notes app built with React and Django.
- Python
- Node.js
- React
- Clone the repository
git clone https://github.com/mooose22/notes-app.git
- Create a virtual environment and activate it
virtualenv myenv
source myenv/bin/activate
- Install the requirements
pip install -r requirements.txt
- Run the server
python manage.py runserver
- Open another terminal and navigate to the mynotes directory
cd mynotes
- Install the dependencies
npm install
- Run the app
npm start