All Projects → webmakaka → Node.js-API-Masterclass-With-Express-MongoDB

webmakaka / Node.js-API-Masterclass-With-Express-MongoDB

Licence: other
[Brad Traversy] Node.js API Masterclass With Express & MongoDB [ENG, 2019]

Programming Languages

javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to Node.js-API-Masterclass-With-Express-MongoDB

Google Group Crawler
Get (almost) original messages from google group archives. Your data is yours.
Stars: ✭ 190 (+1087.5%)
Mutual labels:  curl
Awesome Console Services
A curated list of awesome console services (reachable via HTTP, HTTPS and other network protocols)
Stars: ✭ 3,628 (+22575%)
Mutual labels:  curl
Httpie
As easy as /aitch-tee-tee-pie/ 🥧 Modern, user-friendly command-line HTTP client for the API era. JSON support, colors, sessions, downloads, plugins & more. https://twitter.com/httpie
Stars: ✭ 53,052 (+331475%)
Mutual labels:  curl
Yurunhttp
YurunHttp 是开源的 PHP HTTP 客户端,支持链式操作,简单易用。完美支持Curl、Swoole 协程。QQ群:17916227
Stars: ✭ 197 (+1131.25%)
Mutual labels:  curl
Goploader
Easy file sharing with server-side encryption, curl/httpie/wget compliant
Stars: ✭ 205 (+1181.25%)
Mutual labels:  curl
Parrot.live
🐦 Bringing animated parrots to terminals everywhere
Stars: ✭ 2,642 (+16412.5%)
Mutual labels:  curl
Goz
A fantastic HTTP request libarary used in Golang.
Stars: ✭ 187 (+1068.75%)
Mutual labels:  curl
into-curl
Print clj-http as a curl.
Stars: ✭ 17 (+6.25%)
Mutual labels:  curl
Human curl
Simple Human wrapper for cURL library
Stars: ✭ 206 (+1187.5%)
Mutual labels:  curl
Websocat
Command-line client for WebSockets, like netcat (or curl) for ws:// with advanced socat-like functions
Stars: ✭ 3,477 (+21631.25%)
Mutual labels:  curl
Lua Curlv3
Lua binding to libcurl
Stars: ✭ 197 (+1131.25%)
Mutual labels:  curl
Curl To Ruby
⬇️ Convert a curl command into ruby's net/http
Stars: ✭ 202 (+1162.5%)
Mutual labels:  curl
Wttr.in
⛅ The right way to check the weather
Stars: ✭ 16,345 (+102056.25%)
Mutual labels:  curl
Ob Http
make http request within org-mode babel
Stars: ✭ 191 (+1093.75%)
Mutual labels:  curl
libpascurl
libPasCURL is delphi and object pascal wrapper around cURL library. Library for transferring data with URL syntax, supporting HTTP, HTTPS, FTP, FTPS, GOPHER, TFTP, SCP, SFTP, SMB, TELNET, DICT, LDAP, LDAPS, FILE, IMAP, SMTP, POP3, RTSP and RTMP.
Stars: ✭ 58 (+262.5%)
Mutual labels:  curl
Github.vim
Another github v3 api implemented in vim script
Stars: ✭ 187 (+1068.75%)
Mutual labels:  curl
Notica
Send browser notifications from your terminal. No installation. No registration.
Stars: ✭ 215 (+1243.75%)
Mutual labels:  curl
httpproxy
一个轻量级HTTP代理,支持shadowsocks服务,方便命令行、开发环境使用。
Stars: ✭ 90 (+462.5%)
Mutual labels:  curl
TF2DeepFloorplan
TF2 Deep FloorPlan Recognition using a Multi-task Network with Room-boundary-Guided Attention. Enable tensorboard, quantization, flask, tflite, docker, github actions and google colab.
Stars: ✭ 98 (+512.5%)
Mutual labels:  curl
Covid19 Tracker Cli
A curl-based command line tracker for Novel Coronavirus or COVID-19 pandemic. It Supports terminal for linux and macos, command prompt for windows, and termux for android with real-time updates.
Stars: ✭ 244 (+1425%)
Mutual labels:  curl

[Brad Traversy] Node.js API Masterclass With Express & MongoDB [ENG, 2019]

Original src:
https://github.com/bradtraversy/devcamper-api


Development step by step



How to Run


Update Config

api/config/config.env

Need update MONGO_URI at least


Install packages

$ npm install

Database Seeder For Bootcamps

// ImportData
$ node seeder -i

// DestroyData
$ node seeder -d

Run Application in development mode

$ npm run dev



Marley

Any questions on eng: https://jsdev.org/chat/
Любые вопросы на русском: https://jsdev.ru/chat/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].