GithubHelp home page GithubHelp logo

phoenixexample's Introduction

AuctionUmberlla

** Setup environments for windows **

  1. Install Erlang and Elixir - https://elixir-lang.org/install.html#windows
  2. check elixir installed by running elixir --version (at the command prompt)
  3. Install npm if it is not installed https://www.npmjs.com/get-npm
  4. Install postgres https://www.enterprisedb.com/downloads/postgres-postgresql-downloads#windows
  5. I preferred visual code to edit Phoenix project as it has ton of great extensions https://code.visualstudio.com/
  6. clone the code
  7. In the root directory mix do deps.get
  8. Create database and tables mix do ecto.create, mix ecto.migrate
  9. Go to auction_web/assets run 'npm install' <- without it you will not see images and scripts run
  10. Go to auction_web folder and start the server mix phx.server
  11. Open browser and go to http://localhost:4000/api/items

** Things to watch out for windows users

  1. If you install something and PATH gets updated,
    • Restart VS Code
    • Restart any CMD/PS
  2. during unit testing in Windows one need to do the following
    • set "MIX_ENV=test" && mix do ecto.create, mix ecto.migrate

phoenixexample's People

Contributors

ksunair avatar

Watchers

 avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.