Matt Coles 10 anni fa
parent
commit
3b33355c5f
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  1. 5 0
      README.md

+ 5 - 0
README.md

@@ -1,3 +1,8 @@
1 1
 # ip-project-server
2 2
 Server for Integrated Project, powered by Express.js and Redis
3 3
 
4
+To run, first start Redis.
5
+    redis-server
6
+
7
+Then start the Express framework using:
8
+    node index.js