Skip to content

nishntr/dictionary-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dictionary-app

oxdictionary.herokuapp.com demo

For Django Server

cd backend
python manage.py runserver

For React Server

cd frontend
npm start

then visit localhost:3000, or just localhost if using docker