Skip to content
Snippets Groups Projects
Commit 05ff5f66 authored by PatrickMurphy99's avatar PatrickMurphy99
Browse files

changed one sentence

parent 83c3c1d6
No related branches found
No related tags found
No related merge requests found
......@@ -2,8 +2,8 @@
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 to be able to use the UI:
- `python Django/manage.py runserver`
- `npm start`
- `python Django/manage.py runserver` (in this current directory)
- `npm start` (in clientview directory)
# Django
Product website: https://www.djangoproject.com/
......
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