Skip to content

rajat98v/codeit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

codeit

Development Installs

pip installs for django

pip install \
django-cors-headers \
djangorestframework \
django-allauth \
django-rest-auth \

Arch Installation (System Wide)

sudo pacman -S python-django
sudo pacman -S python-psycopg2
sudo pacman -S python-django-rest-framework
sudo pacman -S python-django-allauth
sudo pacman -S python-jinja
sudo pacman -S python-virtualenv

yay -S python-django-rest-auth
yay -S python-django-cors-headers

Database

Currently Using SQLlite database provided by django default so, no need to install any database for development.

React

npm installs

npm install antd
npm install axios --save
npm install --save react-router-dom
npm install --save react-redux
npm install --save redux redux-thunk

to start server for react

cd frontend/gui
nmp start
  • Don't forget to python manage.py runserver else frontend would be able to talk to server.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published