thebug404 / vanilla-nodejs-ts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Library / Biblioteca

This corresponds to the first test of the Library API creation.

Note: Before I start, I am not using any framework, I have basically created one ❤️

Install

npm install

Setup

npm run dev

Open other terminal and execute the following commands

npx typeorm schema:sync
npx typeorm migration:run

Get started

If you want to interact with the app routes, here is a list

When you want to format the page of a book you need to query the URL

Production

npm run build

Lint

npm run lint

About


Languages

Language:TypeScript 100.0%