Skip to content

mohameddahroug/ovikl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ovikl

https://ovikl.com is opensource alternative to Uber,Lyft,Careem and Bolt

npm update
  • Copy ovikl-html to NGINX www path or use below Node.js script
node 80.js 
  • Change the path of uploaded images index.js:
if(!prod){
    constant.uploadPath= '../ovikl-html/images';
}
node tcp.js 3000 dev
node index.js 8080 dev
public static final String dev_url="http://10.0.2.2";
public static final String dev_nodejs_index_url="http://10.0.2.2:8080";
  • Run iOS application in simulator is default in localhost.

  • To run in device as Debug, change the dev IPs to server ip Constants class:

    static let indexUrlDev="http://localhost:8080"
    static let urlDev="http://localhost"