This project uses the following libraries:
Here are the full steps to get the project up and running:
-
Navigate to the my-app folder.
-
Run the following scripts, in order, in different terminal windows:
run-couchbase.shrun-backend.shrun-frontend.sh
NOTE: if you're running the project in Windows, run
bash {script-name}.shand, in case you're in a UNIX based OS, simply run./{script-name}.sh.If the script fails to run on Linux, try adding the execution permission by running
chmod +x {script-name}.sh. If it still doesn't execute correctly, try running it with Admin permissions. -
(Optional) Open your browser and go to localhost:8091 and login with the default credentials to access the Couchbase's web interface for database management:
- username: Administrator
- password: password
-
Finally to interact with the application open your browser and go to localhost:8080.
-
NOTE: You can create a new account or login with the following credentials:
-
Consumer Credentials:
| Username | Password | |
|---|---|---|
| brett_johnson | [email protected] | password |
| kim_martinez | [email protected] | password |
| leslie_briggs | [email protected] | password |
| charles_chapman | [email protected] | password |
| keith_graham | [email protected] | password |
- Organization Credentials:
| Username | Password | |
|---|---|---|
| raymond,_holland_and_johnson | raymond,[email protected] | password |
| butler,_white_and_harris | butler,[email protected] | password |
| parker-wagner | [email protected] | password |
| flores,_noble_and_gamble | flores,[email protected] | password |
| landry-webb | [email protected] | password |
| cox-romero | [email protected] | password |
| moran-reynolds | [email protected] | password |