An Instagram clone written in Django and React
Rename/copy the .env.example
file to .env
and update its contents according to your needs.
pip install -r requirements.text
-
error: invalid command 'bdist_wheel'
wheel
is missing. Solve by running: pip install wheel
-
The headers or library files could not be found for jpeg,
a required dependency when compiling Pillow from source.
System-related stuff. For Debian, solve by:
sudo apt install libjpeg-dev zlib1g-dev
pip install Pillow
python manage.py migrate
python manage.py runserver
Rename/copy the frontend/.env.example
file to frontend/.env
and update its contents according to your needs.
npm install
You should have no problems with this using the latest LTS versions of both Node and npm.
(Last tested with Node v16.15.0 and npm 8.5.5)
npm start