nmogylchuk / my-uber-freight

My personal Uber Freight project (frontend - React, backend - NodeJS)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node-homework-3

My third homework of node.js course.

Installation

Requirements

  • npm
  • Node js
  • Mongo DB

Install dependencies

Use npm install to install dependencies in client and server folders.

Environments

Available environment is: defaults

Swagger documentation

http://localhost:5000/api-docs/

Default config with local mongo db

"port": 5000
"mongoUri": "mongodb://localhost:27017/uber_demo",
"jwtSecret": "node-homework-3"

Run

run on local env client on port 3000 and server on port 5000:

npm run dev

About

My personal Uber Freight project (frontend - React, backend - NodeJS)

License:Apache License 2.0


Languages

Language:JavaScript 88.8%Language:CSS 10.9%Language:HTML 0.3%