Feature #632
For node js base project
Description
-- Prepare a Demo
-- Setup Basic Node Js Project
-- Create Database on Mongo Atlas
-- Apend It with Node Js Project
-- Manage Users in that
-- Sign Up
-- Login (User/Admin)
-- Create/Edit/Delete User(Admin Only)
-- List Users
Updated by Kunal Jangid over 4 years ago
- % Done changed from 0 to 10
#Setup Node Js Project.
#Fixed system issue when create a new project.
#Setup database on MongoDB Atlas.
#Tried to establishment connection of database with node.js
Updated by Kunal Jangid over 4 years ago
- % Done changed from 10 to 30
#Establishing connection of mongo database with node.js.
#Creating users listing api.
Updated by Kunal Jangid over 4 years ago
#Add user API implementation and add test data in to database.
Updated by Kunal Jangid over 4 years ago
- % Done changed from 30 to 80
#Working on register token API.
#Working on create, update users (by admin) api.