Skip to content

escaperoom project (distributed and concurrent systems)

Notifications You must be signed in to change notification settings

LeylaKande/Escaperoom2.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Escaperoom

Installations (if not already done):

The database is handeld by pgAdmin. Create a database with the name escaperoom_dev. It will have a default user that has all the access to the database.

Default user:

  • username: postgres
  • Something you chose when installing postgreSQL

To start the Escaperoom:

  • Configure your database in config/dev.exs

    • username: postgres
    • password: Something you chose when installing postgreSQL
  • Open gitbash on the folder you want to clone the project in

  • Clone master branch into that folder

  • Move into the project root by typing cd EscapeRoom2.0

  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server

Now you can visit localhost:4000/items from your browser.

About

escaperoom project (distributed and concurrent systems)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published