Skip to content

kamtafw/Random-Quote-Gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Random Quote Generator

This project contains both the backend (Django) and frontend (React) codebase.

/backend - Django REST API

/frontend - React UI

Local Setup

  1. Start backend:
cd backend
pip install requirements.txt
python manage.py runserver
  1. Start frontend
cd frontend
npm install
npm run dev

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published