andrewly07 / spendventory

A CMS that allows for listing expenditure inventory and utilizes CRUD operations.

Home Page:https://spendventory.andrewly.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spendventory

A CMS that allows for listing expenditure inventory and utilizes CRUD operations.


Spendventory is a full-stack, content management system. The app provides users with the ability to add an expense, total up the expenses, update an expense, and delete a specific expense from the table.

Getting Started

Initial Setup

  1. Fork this repo and clone your fork from the terminal.
$ git clone https://github.com/andrewly07/spendventory.git
  1. Navigate into the cloned directory and install the necessary dependencies.
$ npm install
  1. Start a dev environment with access to Apache2:
  • Check that port is directed to 3000
  • Check that the root directory of the server is set to the public folder
  1. Initiate the dev server with the following command
$ npm run dev
  1. Go to localhost:3000 and you're all set!

Built With

License

MIT License

About

A CMS that allows for listing expenditure inventory and utilizes CRUD operations.

https://spendventory.andrewly.dev/


Languages

Language:JavaScript 85.2%Language:CSS 10.1%Language:HTML 4.7%