##Full CRUD Application with Working User Authentication
Install the dependencies
$ npm install
Run app
$ npm start
Populate .env file with configs shown in dotenvexample file
Server-side app that implements user authentication and CRUD principles
Repository from Github https://github.cominnocent-maina/article-knowledgebase
##Full CRUD Application with Working User Authentication
Install the dependencies
$ npm install
Run app
$ npm start
Populate .env file with configs shown in dotenvexample file
Server-side app that implements user authentication and CRUD principles