2.1.1 • Published 2 years ago

group4-backend v2.1.1

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Backend

API Docs

https://web2-p3-backend-grupo4.vercel.app/docs

API Endpoints

https://web2-p3-backend-grupo4.vercel.app/api/...

How to add to this project

To add a new route to this api you need to do the following: 1. Create a new file in the routers folder 2. Add the routes to the file 3. Add the new router to the appRouter in src/router

See the examples in /src/routers for more information

Setup

Before running make sure to add a .env file with the following variables:

DATABASE_URL=''
BASE_URL='localhost:3000'

and run the following commands:

npm install
npx prisma generate

Technologies used

  • Typescript
  • TRPc
  • Prisma
  • Fastify
  • Zod
  • Postgres

Commands

start in dev mode

npm run dev

start in vercel debug mode

npm run vercel-debug

seed

npm run db:seed

reset & seed

npm run db:reset

push schema to database

npx prisma db push

lint

npm run lint

prettier-format

npm run prettier-format

Links

2.1.1

2 years ago

2.1.0

2 years ago

2.0.35

2 years ago

2.0.34

2 years ago

2.0.33

2 years ago

2.0.32

2 years ago

2.0.31

2 years ago

2.0.30

2 years ago

2.0.29

2 years ago

2.0.28

2 years ago

2.0.27

2 years ago

2.0.26

2 years ago

2.0.25

2 years ago

2.0.24

2 years ago

2.0.23

2 years ago

2.0.22

2 years ago

2.0.21

2 years ago

2.0.20

2 years ago

2.0.19

2 years ago

2.0.18

2 years ago

2.0.17

2 years ago

2.0.16

2 years ago

2.0.15

2 years ago

2.0.14

2 years ago

2.0.13

2 years ago

2.0.12

2 years ago

2.0.11

2 years ago

2.0.9

2 years ago

2.0.8

2 years ago

2.0.7

2 years ago

2.0.6

2 years ago

2.0.5

2 years ago

2.0.4

2 years ago

2.0.3

2 years ago

2.0.2

2 years ago

2.0.0

2 years ago

1.0.24

2 years ago

1.0.23

2 years ago

1.0.22

2 years ago

1.0.21

2 years ago

1.0.20

2 years ago

1.0.19

2 years ago

1.0.18

2 years ago

1.0.17

2 years ago

1.0.16

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago