Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 336 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 336 Bytes

Crypto-server

Steps to start server

  1. start redis server
  • sudo service redis-server start
  1. start redis-cli
  • redis-cli
  1. start the node server
  • nodemon index.js

Post-man collection

Added postman collection file name Crypto-server.postman_collection.json import it and use to intrect with the backend server