App to practice making a CRUD with Node.js.
Impplemented a REST API with Express, authentication with Passport.js and JSONWebTokens, logging with Winston and Mongo with Mongoose.
git clone https://github.com/EdmilDM/ItemsNode.git
yarn install / npm install
Either install locally(https://www.mongodb.com/) or connect to a service (like mLab).
Example:
PORT=3001, DB_USER=admin, DB_PASSWORD=test, DB_HOST=localhost, DB_PORT=27017, DB_NAME=products