Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 454 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 454 Bytes

internship-finder

An Internship finding application built using Python, React Js and SQL

Setup the Server

$ ...> py -m venv virtualenv
$ ...> virtualenv\Scripts\activate
$ ...> pip install django
$ ...> django-admin --version
$ .../virtualenv> django-admin startproject intern_app
$ .../virtualenv/intern_app> python manage.py runserverv

Setup Client

$ ...> npx create-react-app react-app
$ .../react-app> npm start