Skip to content

PatriquePorto/calendar-schedule

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calendar schedule!

✨Technologies:

This project was developed with the following technologies:

💻 Project

This is a Fullstack application scheduling calendar, made following this tutorial: https://bigardone.dev/blog/2021/11/06/building-a-simple-calendly-clone-with-phoenix-live-view-pt-1

🚀 How to run

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Install assets with cd ./assets && npm install
  • Run seeds with mix run priv/repo/seeds.exs
  • Create and migrate your database with mix ecto.create && mix ecto.migrate
  • 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