Skip to content

OrionArm/DRFA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Fullstack project

A starting skeleton project for Django and Angular + material frameworks

1. Installing project

git clone project_name
cd project_name
git submodule init
git submodule update

2. Installing Client

cd project 
npm install
npm start  

3. Installing Server

cd server  
pipenv install
pipenv shell
./manage.py migrate
./manage.py createsuperuser
./manage.py runserver