This is a simple notes app built with React and Django.
- Python
- Node.js
- React
- Clone the repository
git clone https://github.com/Hitstar53/notesapp.git
- Create a virtual environment and activate it
virtualenv venv
source venv/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
App is deployed on Railway: Notes App
Refer this article on how to: deploy a django app on Railway