Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 1.83 KB

README.en.md

File metadata and controls

29 lines (24 loc) · 1.83 KB

ZonaRemota

ZonaRemota.com it's a Job Board web application written in Phoenix and Elixir, all of the process to create this application is on my Youtube channel.

The app and the videos are in spanish, I'm creating this app just to show all of the main feature that phoenix give us to create web apps.

Agenda and videos

These are the features that I'm covering in this repo:

  1. Install Elixir & Phoenix
  2. Basic CRUD
  3. Phoenix Components
  4. Strems
  5. Pagination
  6. Live Components
  7. Send Emails
  8. User authentication
  9. Live Sessions
  10. Routes & Pipe lines
  11. PubSub & Realtime
  12. Task Assign & Processes
  13. Filter results with SQL Queries
  14. Load fake data using seed files & tests
  15. Upload images
  16. Preload data using Ecto
  17. Deploy to production using Flyio, with a custom domain using Route53 and sending emails using Resend
  18. Upload images to S3 using Tigris
  19. Add fields to user profile Add fields to a form, using migrations and updating editing forms