Skip to content
Snippets Groups Projects
Commit 137bfabf authored by Arshana Jain's avatar Arshana Jain
Browse files

Update README.md

parent 0ca4f5c2
No related branches found
No related tags found
No related merge requests found
# Overview
Our frontend is comprised of a controller (Django, a python webserver api) and a view (React using Typescript, a Javascript framework for web apps). Below are the directions for configuring and running both services.
For most purposes, once everything necessary is downloaded and installed (see below for details), just run the following two commands:
For most purposes, once everything necessary is downloaded and installed (see below for details), just run the following two commands to be able to use the UI:
- `python Django/manage.py runserver`
- `npm start`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment