Skip to content

This Project is a Slack clone built with Phoenix and VueJS.

License

Notifications You must be signed in to change notification settings

danieldocki/slack-clone-vuejs-elixir-phoenix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This Project was inspired by Slack clone built with Phoenix and React

This Project is a Slack clone built with Phoenix and VueJS.

slack clone preview

Getting started

To run the project locally:

quick start

bring up the backend then the frontend:

make up_backend
make up_frontend

Running the Phoenix app

detailed

Download dependencies

cd api
mix deps.get

Edit the database connection config in /config/dev.exs or config/dev.secret.exs with your postgres user info if needed

Create and migrate the database

mix ecto.create && mix ecto.migrate

Start the server

mix phoenix.server

Running the VueJS app

Install Yarn

Install dependencies

cd web
yarn

Start the dev server

yarn run dev

About

This Project is a Slack clone built with Phoenix and VueJS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published