https://github.com/ciceroeduardo84/support_tickets_api
This is a simple support ticket project to explore basic concepts about APIs using pure javascript without using frameworks.
https://github.com/ciceroeduardo84/support_tickets_api
controllers javascript middlewares nodejs routes
Last synced: 12 months ago
JSON representation
This is a simple support ticket project to explore basic concepts about APIs using pure javascript without using frameworks.
- Host: GitHub
- URL: https://github.com/ciceroeduardo84/support_tickets_api
- Owner: CiceroEduardo84
- Created: 2025-03-27T00:44:14.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-03-27T00:55:59.000Z (12 months ago)
- Last Synced: 2025-03-27T01:36:34.570Z (12 months ago)
- Topics: controllers, javascript, middlewares, nodejs, routes
- Language: JavaScript
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Support Tickets
## Sobre
This is a simple support ticket project to explore basic concepts about APIs using pure javascript without using frameworks.
## Technologies
- `Javascript`
- `Node.js`
- `Routes`
- `Middlewares`
- `Controllers`
## Installation
```bash
# clone project
$ git clone https://github.com/CiceroEduardo84/Support_tickets_API.git
# run interface
$ npm run dev
```