Skip to content

Latest commit

 

History

41 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Users CRUD

Stack

  • Next
  • Nest
  • Postgres

Backend Service URL

Endpoints

  • GET /users: get all users
  • POST /users: create user
  • GET /users/:id: get user by id
  • PUT /users/:id: update user
  • DELETE /users/:id: delete user

Run locally

1. Clone the project

git clone https://github.com/waldo2810/tcpc.git

2. Install deps

Front:

pnpm install

3. Run app

Front:

pnpm run dev

Back:

pnpm run start:dev

Build docker image

1. docker compose

docker compose up --build

or

docker-compose up --build

2. Go to app

http://localhost:3000/

Made by Waldo Sobrino

About

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages