Skip to content

Example of multi-tenant white label Phoenix application

License

Notifications You must be signed in to change notification settings

belgoros/fresco

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fresco

This is a follow up of the 3-articles series building a multi-tenant white label application with Phoenix. To start your Phoenix server:

  • Run mix setup to install and setup dependencies
  • start the Postgres database service using Docker: docker-compose up -d
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server

Now you can visit localhost:4000 from your browser.

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

Learn more

About

Example of multi-tenant white label Phoenix application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published