This Project consist of two Parts:
- Xmeme Backend
- 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
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
npm install bootstrap reactstrap axios react-icons 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
pip install django djangorestframework django-cors-headers django_heroku
In setting.py
Change: DEBUG = True
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)