Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ffrancoc/parking-app-backend

Backend
https://github.com/ffrancoc/parking-app-backend

expres mariadb nodejs prisma-orm

Last synced: 4 months ago
JSON representation

Backend

Awesome Lists containing this project

README

        

# Parking Backend

Backend para aplicación [parking-app](https://github.com/ffrancoc/parking-app)

## Tecnologías
- Nodejs
- Express
- TypeScript
- Prisma ORM
- MariaDB

## Uso
### Habilitar MariaDB
Crear tabla en la base de datos

`create table parking`

### Crear archivo .env
Crear las siguientes variables y modificar la url de conexión

`APP_PORT=8000`

`DATABASE_URL="mysql://usuario:contraseña@localhost:3306/parking"`

### Iniciar el servidor
`npm install`

`npm run start`