A collaborative development by: Arjun Sahjpaul / Saksham Tandom / Kate Bark / Michael Sun Dela Cruz
The goal is to deliver an Inventory Management System for a Fortune 500 client from the ground up. The existing system for the client is not scalable and doesn't perform well under a heavy traffic load. Your team's goal is to deliver this time-sensitive, full-stack application with a modern React front-end communicating with a robust Express back-end; a full CRUD warehouse/inventory management system. Utilized Git, GitHub, Jira and the Scrum methodology to manage task delegation & collaborative workflows, and Figma for design mockups.
Tools used to complete project: create-react-app, react-router-dom, Node, Express, MySQL, Knex, BEM/SASS, npm, Postman, and browser development tools.
- cd into server folder
- VSCode/terminal: run
npm install
in the server directory - VSCode/terminal: run
nodemon server
in the server directory - Open
http://localhost:8080
in your browser.
- cd into client folder
- VSCode/terminal: run
npm install
in the client directory - VSCode/terminal: run
npm start
in the client directory - Open
http://localhost:3000
in your browser.