# Pozoljs

This project was bootstrapped with [Pozoljs](https://github.com/daniel-cmorales/pozol-js.git)

## Available scripts

### `npm run dev`

Runs the API REST in the development mode. <br>
Use http://localhost:3000. <br>
The server will reload if you make edits.

### `npm run build`

Builds the server for production to the `build` folder. <br>
Typescript code is transpiling to Javascript. <br>
Remember change the value of your enviroment variable `NODE_ENV` to "production".

### `npm run start`

Runs the server in the production mode. <br>

## See more

You can see more about Pozoljs in [Pozoljs Repositorie](https://github.com/daniel-cmorales/pozol-js.git)
