A bloging webapp using API(DjangoRestFramework) and ReactJS. |
The WebApp is compatible with devices of all sizes and all OS's, and consistent improvements are being made.
To get started with development, you can use the following commands:
<!-- Install Frontend dependencies -->
npm install
<!-- Create virtual env -->
virtualenv env_name
<!--Install Backend dependencies -->
pip install -r requirements.txt
- Create Superuser
- Run server
- npm start