Skip to content

Repository of the project developed for the Non-Relational Databases class @ FEUP 2023/2024. An Event Ticketing Platform using Couchbase.

Notifications You must be signed in to change notification settings

sophie-mc-dev/feup-bdnr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

feup-bdnr

Dependencies

This project uses the following libraries:

Project setup

Here are the full steps to get the project up and running:

  1. Navigate to the my-app folder.

  2. Run the following scripts, in order, in different terminal windows:

    • run-couchbase.sh
    • run-backend.sh
    • run-frontend.sh

    NOTE: if you're running the project in Windows, run bash {script-name}.sh and, 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.

  3. (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
  4. 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 Email 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 Email 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

About

Repository of the project developed for the Non-Relational Databases class @ FEUP 2023/2024. An Event Ticketing Platform using Couchbase.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published