This repository contains all the files required, and the code I wrote to complete the virtual frontend internship at Cisco.
- pylon, the folder containing the backend files
- sextant, the folder containing the React frontend files.
- NodeJS for backend
- React for frontend
- Websockets for communication between server and client
- clone this repository
- open your terminal in this directory
- To run the frontend code, run the following:
cd sextant npm start
- To run the server, run the following:
cd pylon node server.js