Skip to content
Snippets Groups Projects
Commit 41d11e28 authored by Håvard Farestveit's avatar Håvard Farestveit
Browse files

Update README.md

parent 79e10edf
No related branches found
No related tags found
No related merge requests found
Pipeline #115576 passed
...@@ -49,14 +49,14 @@ To do this run: ...@@ -49,14 +49,14 @@ To do this run:
1. `cd backend/secfit` 1. `cd backend/secfit`
2. `python manage.py loaddata seed.json` 2. `python manage.py loaddata seed.json`
3. `python manage.py makemigration` 3. `python manage.py makemigration`
4. `python manage.py createsuperuser` with usernmae `admin` and password `Password` 4. `python manage.py createsuperuser` with username `admin` and password `Password`
### Run Backend tests ### Run Backend tests
- `cd backend/secfit` - `cd backend/secfit`
- `python manage.py test` - `python manage.py test`
### Run frontend tests ### Run frontend tests
- Build project either with `docker-compose up --build` or running backend and frontend seperatly (See Run and Local Setup for more information) - Build project with `docker-compose up --build`
- Open a new terminal and navigate to project root - Open a new terminal and navigate to project root
- `cd frontend` - `cd frontend`
- `npm install` - `npm install`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment