AkiraBrown / rc_test_part_2

Part 2 of Red Canary Take Home work (Detection Engineer)
0 stars 0 forks source link

Folder Structure

root
│
├── client (React frontend)
│ ├── package.json
│ └── node_modules
│
├── server (Node.js backend)
│ ├── package.json
│ └── node_modules
│
└── package.json (root)

How to Run This Application (At the ROOT of the FOLDER)

Follow these steps:

  1. Install dependencies for the client and server:
   npm run install:client
   npm run install:server
  1. Start the application:
   npm run start

Once running, both the client and server will be available:

Visit http://localhost:3000 to see the React app.\ Visit http://localhost:3001/testing to view the server app.\

Your task: Secure the application and make sure the JWT token is working as intended for both Frontend and backend.

Please refer to the documentation here Click here for the project explanation

If you have any questions, please slack me or email me at pak@pursuit.org