An open API service indexing awesome lists of open source software.

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.

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
```