Table of Contents
The purpose of this project was to utilize Express js to build an inventory tracking web application for a logistics company with the following features.
- Create inventory items
- Update an Item
- Get all items
- Get a single item
- Delete an Item
- Bonus: When deleting, allow deletion comments and undeletion
This section should list any major frameworks/libraries used to bootstrap your project. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.
To get a local copy up and running follow these simple steps.
- node and npm
sudo apt install nodejs
- Clone the repo
git clone https://github.com/temitayopelumi/solid-meme.git
- Install NPM packages
npm install
- start the project
npm start
https://replit.com/@olalekantemitay/solid-meme You can fork and run to see how it works.