|
@@ -4,6 +4,9 @@ Author: Javier Guignard
|
|
|
|
|
|
|
|
You can see demo in https://demo.kaajavi.com/
|
|
You can see demo in https://demo.kaajavi.com/
|
|
|
|
|
|
|
|
|
|
+If you want to see the admin panel,
|
|
|
|
|
+the default email is `admin@admin.com` and their password is `admin`
|
|
|
|
|
+
|
|
|
## Setup
|
|
## Setup
|
|
|
|
|
|
|
|
The first thing to do is to clone the repository:
|
|
The first thing to do is to clone the repository:
|
|
@@ -40,7 +43,8 @@ The home page is the API documentation.
|
|
|
|
|
|
|
|
## What do you need know about the challenge
|
|
## What do you need know about the challenge
|
|
|
|
|
|
|
|
-I didn't set up the authentication by JWT or similar, so the API is open for everybody.
|
|
|
|
|
|
|
+I remove the session authentication and I didn't set up the authentication by JWT
|
|
|
|
|
+or similar token, so the API is open for everybody.
|
|
|
|
|
|
|
|
|
|
|
|
|
## To run in docker-compose
|
|
## To run in docker-compose
|