GithubHelp home page GithubHelp logo

bloom's Introduction

Bloom

Fake social networking site for fun and profit.

Getting Started

Building the clientside code

  • clone the repo git clone https://github.com/tahmidsadik112/bloom-client.git.
  • yarn install or npm install whichever you prefer to install client_dependencies.
  • The project uses elm. It needs elm-package in path. If you already have it in path then just elm-package install. Otherwise you can install elm related stuff via yarn or npm yarn global add elm or npm i -g elm. It will put all the necessary elm binaries in PATH.
  • Add an entry in /etc/hosts 127.0.0.1 fireside.local. We do this to get a clean
    domain while developing.
  • Run the project with yarn run build or npm run build.
  • Steer your browser to fireside.local:8080 for fun and profit.

To start your Phoenix app:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.create && mix ecto.migrate
  • Start Phoenix endpoint with mix phoenix.server
  • The app assumes a mysql database 'bloom_db' in localhost with username 'bloomdev' and password 'bloom' for running in dev mode. Check out config/dev.exs for details.

Now you can visit localhost:4000 from your browser.

bloom's People

Contributors

sohan223 avatar tahmidsadik 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.