The frontend half of The Train-ees 1 week long real-world project for School of Code. The application allows users to create and view 'Digital Networking Cards', which allows users to easily connect with peers all built with React.JS
- Ben Lloyd (@conwys)
- Peter Metcalfe (@PeterM-13)
- Elspeth Brown (@Elspeth-57)
- Roman Hadjisergis (@romanhadjisergis)
- Cameron Mynett (@CameronMynett)
To run this project:
npm start
Functionality dependant on:
Digital Networking Cards - Backend
To run the backend project (dependant on Nodemon):
npm run dev
To run this project, you will need to add the following environment variables to your .env file in the train-ees folder:
URL = http://localhost:3000
The 3000
should match the port of the backend.