Skip to content

Swuber/unf-swuber_web_app_phoenix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

swuber_3

Why Swuber?

It started in parking lot 14; on the way to class I asked a friend if they could give me a ride. the friend was not leaving but also going to class. As a result we walked together and not alone. Later when leaving the library I was forced to walk alone by lack of communication and lack of traffic at that hour.

I did not want to walk to my car. I waited outside the library for someone I knew. Eventually I gave up but the idea was born. Generosity(reputation) and the capital of my parking spot could be used to get me to my car without having to walk alone.

For years people have tried to solve the problem of finding a parking spot at the University of North Florida.

We solved "the parking problem" in order to solve a "walking problem"


Implementation

On a mac: make sure postgress is installed via homebrew.

brew install postgresql
brew services start postgresql

Dather dependencies and start the server

 mix deps.get
 npm install 
 
 mix phoenix.server

Agenda

1.make new pheonix app.
2.implement channels into the app in order to incorporate swuber implementation.
3.

http://slack.elixirhq.com/phoenix/2016-06-26/

Done so far notes

1.) look at endpoint... but dont touch
2.) change channels
3.) change static javascript
4.) change template web page

UnfSwuber

To start your Phoenix app:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.create && mix ecto.migrate
  • Install Node.js dependencies with npm install
  • Start Phoenix endpoint with mix phoenix.server

Now you can visit localhost:4000 from your browser.

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

Learn more

About

ride sharing application built in elixir

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published