Project to test News Api with React in form of an WebApp
-- Contains country wise latest news & sources. Also search for any news topic
-- Contains Real-time chat for signed-in users
-- Customize Your Feed
Clone the repository
Move to news-app directory cd news-app
Install the required dependencies npm i
Start the development server npm start
To create a production build npm run build
Move to backendserver directory cd backendserver
Run the django ssl server python manage.py runsslserver 0.0.0.0:443