Skip to content

asmit203/TalkitOut

Repository files navigation

TalkitOut

Complete Blogging Website created using React and Django

Usage

git clone https://github.com/asmit203/TalkitOut.git
cd TalkitOut

the install all the dependencies using

pip install -r requirements.txt

Run Servers Automatically

run the runserver.bat or runserver.sh file to start both the servers automatically

Run Manually

run the server manually using

cd "TalkitOut-Backend (REST-APIs)"
python manage.py runserver 8000

start frontend react server (in a new terminal) using

cd talkitout-frontend
npm start

this will automatically open localhost:3000 in your default browser

start ollama server (in a new terminal) using

ollama run phi3:latest
  • Also Whenever Cloning This Repo Please Delete all migration and pycache files**
  • Don't Forget to add a db.sqlite3 for the database to run
  • for forceful creation of tables python manage.py migrate --run-syncdb
  • Also in the talkitout-frontend direcetory update npm packages using npm install

About

This is a Full fledge Social Media Platform

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors