Skip to content
/ website Public

Just a website exploring the Phoenix Elixir framework. Backend api is phoenix, frontend is Angular 5

Notifications You must be signed in to change notification settings

fratoj/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fratoj website

See Fratoj - The Brotherhood of code

Getting Started

To start your server:

  • Install Phoenix dependencies with mix deps.get
  • Install Angular dependencies with yarn
  • Create and migrate your database with mix ecto.create && mix ecto.migrate
  • get our local environment variables to work: type source .env1
    (you will need to do this for each terminal window you are using)
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

Thank you

Footnotes

  1. Read the section on creating Google credentials in the developer console in the tutorial series by Brian Emory, and create the .env file as described.

About

Just a website exploring the Phoenix Elixir framework. Backend api is phoenix, frontend is Angular 5

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published