Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 173 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 173 Bytes

To run the project first:

cd server
npm install
node index.js

Then to run the React application

cd client
npm install
npm start

Written by Itai Bolyasni.