- Clone this repository
git clone https://github.com/prakhar9998/tech-trek
. cd tech-trek
.- Run
python3 -m venv env
. source env/bin/activate
to activate the virtual environment.- Run
pip install -r requirements.txt
to install the dependencies. - Run migrations using
python manage.py migrate
. python manage.py runserver
and you're ready.
npm install
to add all the packages of reactnpm start
to run the frontend server