Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 423 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 423 Bytes

Map-my-village

Installing Server

For Linux and Mac: Install rails For Windows: Install rails

Running the server

Execute the code:

   cd backend/map_my_village/
   bundle install
   bundle exec rake db:migrate
   bundle exec rails s

That should start the server in port 3000 of localhost.