Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mauryiv/e-commerce-back-end
https://github.com/mauryiv/e-commerce-back-end
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mauryiv/e-commerce-back-end
- Owner: MauryIV
- Created: 2024-03-23T03:55:34.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-25T18:10:12.000Z (10 months ago)
- Last Synced: 2024-10-15T05:23:36.384Z (3 months ago)
- Language: JavaScript
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Description
This project can manipulate a database using api routes.## Table of Contents
- [Title](#title)
- [Description](#description)
- [Badges](#badges)
- [Visuals](#visuals)
- [Installation](#installation)
- [Usage](#usage)
- [Tests](#tests)
- [Questions](#questions)
- [Roadmap](#roadmap)
- [Contributing](#contributing)
- [Authors and Acknowledgment](#acknowledgment)
- [License](#license)
- [Project Status](#status)
## Badges
![Maury Hughes IV](https://img.shields.io/badge/Maury%20Hughes%20IV-5A2BE2)
![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)
## Installation
User would need to run npm i to install everything listed in package.json. Would also need postgreSQL for the database.
## Usage
This code would be good for products held in a database. Making it easy to keep track of what the user has for inventory and stock. This is just the backend though so will need to incorporate a UI.
## Visuals
[Video Walkthrough](https://drive.google.com/file/d/1XRZZn9ZiE4jWPWkPWgrQLRVeLuvpUZeT/view)
## Tests
I tested the code in Insomnia on local server 3001. Will need Insomnia or something like that in order to run ones own tests.
## Questions
If you have any questions about the contents. Please feel free to reach out!
Here is my [Github](https://github.com/MauryIV) as well as my email .
## Roadmap
I'd eventually like to be able to take this and add a UI to make it more user friendly.
## Contributing
Always open for contributions. Love to improve on my code and see other perspectives. Feel free to reach out!
## Authors and Acknowledgment
Base code listed in init commit is all form DU bootcamp, as well as the knowledge to complete the assignment.
## License
MIT License © 2024 Maury Hughes IV
Please refer to this link, [License: MIT](https://opensource.org/licenses/MIT) for more information.
## Project Status
Complete, for now.[back to top](#title)