Skip to content

The LevelAll coding interview basic repo

Notifications You must be signed in to change notification settings

Level-All/coding-interview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Level All Coding Interview

Blog App

For our technical interview, we'll be working in a basic blog application. This repo represents a new Phoenix/LiveView application.

Dependencies Setup

  • Install Postgres: Please ensure you have a working copy of Postgres 16+ installed. For MacOS, we recommend using https://postgresapp.com
  • Run asdf install to install the proper versions of Elixir and Erlang listed in the .tool-versions file (or use a dependency manager of your choice)
  • Install Phoenix: mix archive.install hex phx_new
  • Run mix setup to install and setup dependencies
  • Create the database (ensure Postgres is running): mix ecto.create
  • 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.

About

The LevelAll coding interview basic repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published