Skip to content

shivgarg5676/feedback-fruits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

Project Setup

Clone

    $ git clone  [email protected]:shivgarg5676/feedback-fruits.git
    $ cd feedback-fruits

Frontend setup

Goto ember folder

    $ cd frontend

Install npm packages

   $ npm install

Start Ember server

   $  ember s --proxy http://localhost:3000

Setting up Rails

Goto backend

    $ cd backend

Install gem dependencies

   $ bundle install

run rails server

    $ rails s -b 0.0.0.0

#Running and using app - Goto your browser and open http://localhost:4200 - sign up and create an account - Login and start playing

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published