Skip to content

Latest commit

 

History

History
58 lines (25 loc) · 926 Bytes

README.md

File metadata and controls

58 lines (25 loc) · 926 Bytes

ContentVista

ContentVista is a Webapp where you can post articles.

Features

1 Login,Logout and Signup functionality

2 Post Articles

3 View Public articles

4 Edit Pre-posted articles

5 View personal articles on the my articles page

This project is broken up into a backend and frontend. The backend contains the Django project which uses the Django Rest Framework to host a simple API. The frontend uses React and Axios is used to query data from the API.

Requirements.

Django

django-allauth

django-cors-headers

dj-rest-auth

djangorestframework

to run in cmd or vscode terminal (frontend)

1 open

2 cd gui

3 npm start

to run backend using other terminal

1 open

2 .\Scripts\activate

3 cd djreact

4 python mange.py runserver

1VideoSpeed1612027334862 (1)