Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ultirequiem/nodejs-expressjs-api-rest-platzi
💨 Express.js. Postgres, JWT and Passaport.js Course on @Platzi by @nicobytes
https://github.com/ultirequiem/nodejs-expressjs-api-rest-platzi
api express nodejs platzi platzi-course rest-api
Last synced: 3 months ago
JSON representation
💨 Express.js. Postgres, JWT and Passaport.js Course on @Platzi by @nicobytes
- Host: GitHub
- URL: https://github.com/ultirequiem/nodejs-expressjs-api-rest-platzi
- Owner: UltiRequiem
- License: mit
- Created: 2021-10-25T02:48:39.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-24T01:17:07.000Z (almost 2 years ago)
- Last Synced: 2024-10-04T19:28:10.778Z (3 months ago)
- Topics: api, express, nodejs, platzi, platzi-course, rest-api
- Language: JavaScript
- Homepage: https://nodejs-expressjs-api-rest-platzi.vercel.app/v1/
- Size: 491 KB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# Express.js and PostgreSQL
![Cover](./cover.png)
## Start
```sh
yarn start
```## API
### `GET /`
> https://nodejs-expressjs-api-rest-platzi.vercel.app/v1/
### `GET /products`
> https://nodejs-expressjs-api-rest-platzi.vercel.app/v1/products
### `POST /products`
> https://nodejs-expressjs-api-rest-platzi.vercel.app/v1/products
### `GET /products/{number}`
> https://nodejs-expressjs-api-rest-platzi.vercel.app/v1/products/78
### `PATCH /products/{number}`
> https://nodejs-expressjs-api-rest-platzi.vercel.app/v1/products/78
## PostgreSQL Notes
Enter to the db by cli:
```sh
psql -h localhost -d cool_db -U zero_example
```Exit to the db by cli:
```sh
\q
```## License
MIT
> Course link: https://platzi.com/clases/backend-nodejs