Skip to content
This repository has been archived by the owner on Apr 29, 2021. It is now read-only.
/ beebook Public archive

(school project) Bookmark manager. Phoenix liveview test.

Notifications You must be signed in to change notification settings

okkdev/beebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Beebook

Setup Postgres development DB

  • Install natively and create database with user postgres and password postgres

or

  • Get docker image with docker pull postgres
  • Start image with docker run --name beebook -d -p 5432:5432 -e POSTGRES_PASSWORD=postgres postgres

Start the Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Install Node.js dependencies with cd assets && npm install && cd ..
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4001 from your browser. (allow self signed https certs for this site)

Ready to run in production? Please check our deployment guides.

About

(school project) Bookmark manager. Phoenix liveview test.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published