From 3adab87397de4af0ab46dc726bcc07a6ec3dc0d9 Mon Sep 17 00:00:00 2001 From: Eljakim Herrewijnen Date: Thu, 4 May 2023 19:30:46 +0200 Subject: [PATCH] Revert "Updated the readme a little bit" This reverts commit 083144941afdcfee27f1a778d0c20437cb42837a. --- Readme.md | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/Readme.md b/Readme.md index f120552..621b53c 100644 --- a/Readme.md +++ b/Readme.md @@ -29,22 +29,8 @@ To run the backend server navigate to ``herreweb_backend/`` and run: > python3 manage.py runserver -And for the frontend, navigate to ``herreweb_frontend``. Make sure you have npm and react-scripts installed, by running: - -> sudo apt-get install npm -> npm i react-scripts - -Then run: +And for the frontend, navigate to ``herreweb_frontend`` and run: > npm start -The file servers are accessible on ports 8000 and 3000 (localhost). - -Create a superuser for you account using: - -> python3 manage.py createsuperuser - -Note: if running into an error regarding auth_user, be sure to migrate your database using one of the two following commands: - -> python3 manage.py migrate -> python3 manage.py syncdbNo \ No newline at end of file +The file servers are accessible on ports 8000 and 3000.