Skip to content
DrayNeur edited this page May 1, 2021 · 1 revision

Setup server

  1. Clone the repository on your server git clone https://github.com/DrayNeur/cryptoip.git
  2. Go to server folder cd cryptoip\server
  3. Install dependencies npm i or npm install
  4. Open port: 3000
  5. Start the server node server.js

Information

If you restart the server every informations about the users will be deleted.

Clone this wiki locally