Skip to content

⭐This is Fun chat App made with Django backend and React Frontend, This has cool features of adding a post and chatting with friends via Images(Memes). Made with love by me.⭐

Notifications You must be signed in to change notification settings

varun-singhh/backend-xmeme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Xmeme- Post Memes and Chat

This Project consist of two Parts:

  • Xmeme Backend
  • Xmeme Frontend

Xmeme Frontend

Fontend Part of App is made with React and is being deployed to netlify, it has features of adding post, deleting post and edit the same.
Link to Frontend: Xmeme-Frontend

Xmeme Backend

This is backend of Xmeme is an Api hosted on Heroku, built with Django Rest Framework, it has a database of Sqlite3. It has basically 3 feilds, name, caption, url resp. api return two formt of Data one in Json, other in API format.
Link to Backend: Xmeme-Backend

Frontend Dependencies

npm install bootstrap reactstrap axios react-icons netlify

Running the frontend and deploying to netlify

Build Frontend: npm run build
Deploy Frontend: netlify deploy
Enter publish directrory as build, then check the draft url for your dummy website.

Finaly Deploy in Production Mode: netlify deploy --prod

Backend Dependencies

pip install django djangorestframework django-cors-headers django_heroku

In setting.py

Change: DEBUG = True

Running the frontend and deploying to netlify

cd backend  
python manage.py makemigrations  
python manage.py migrate
python manage.py runserver

Deploy on Heroku by connecting with Github.

✅Make sure net connection is good to avoid buffering while running the app.
✅Feel Free to add more Features to this todo, Just Raise an Issue and then create a pull request to get your pull request merged. if you like this don't forget to ⭐(star)

About

⭐This is Fun chat App made with Django backend and React Frontend, This has cool features of adding a post and chatting with friends via Images(Memes). Made with love by me.⭐

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages