Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 452 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 452 Bytes

What it is

Fullstack inventory tracker, made by @podpah and @caileighsmith. Technology stack used: React, Express, NodeJs, Sequelize and standard web languages (HTML, CSS & JS).

Running it

  • To run it, first run the server by opening a terminal in the project directory, then run npm run serv (Back-end).
  • To run the React front-end, open a seperate terminal, in the project directory, and run npm start (Front-end).