Blog with Django and React
- Django
- React
- Redux
- Postgresql
- Clone project git clone https://github.com/merveecolakoglu/blog.git
- cd blog
- create a virtual environment and active
- Set the database from settings.py
- python manage.py makemigrations
- python manage.py migrate
- pip install -r requirements.txt
- python manage.py runserver
- cd frontend
- npm install