/tweetme-django-react

This project is based on a Django-React tutorial by CodingEntrepreneurs on YouTube where a mockup application of Twitter is made using Django, React, Bootstrap and more.

Primary LanguagePython

TweetMe - featuring Django, Django Rest Framework and React.js

TweetMe is a Twitter mockup/clone app made following the YouTube tutorial namely,

Create a Twitter-like App with Python Django JavaScript and React. Full TUTORIAL

from the channel 'CodingEntrepreneurs' tutored by Justin Visit their channel at https://www.youtube.com/channel/UCWEHue8kksIaktO8KTTN_zg

Back-end

  • Django
  • Django Rest Framework

To start the backend server:

  1. Navigate to the project directory,
  2. Open terminal and run
python manage.py runserver

or

python3 manage.py runserver

For other available options, run:

python manage.py

The frontend and backend are not integrated (yet). See requirements.txt for python and django dependencies

Front-end

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance. See the section about deployment for more information.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

Code Splitting

This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting

Analyzing the Bundle Size

This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size

Making a Progressive Web App

This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app

Advanced Configuration

This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration

Deployment

This section has moved here: https://facebook.github.io/create-react-app/docs/deployment

npm run build fails to minify

This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify