Skip to content

Social Network (Short posts, Articles and DMs) [School project]

Notifications You must be signed in to change notification settings

val-ced/devroom-nsi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django + React Typescript (Vitejs) Template

Installation

  • First step:

    Go to frontend folder and run:

    npm install
  • Then go to the backend folder and run:

    pipenv install

Build react app

The python environment needs to be activated, if not, run (in the backend folder):

pipenv shell

When done, in the frontend folder, run:

npm run collect