adds code


1. server mainly focuses on 4 tasks: create/update/read/delete 2. download crud template and create db.json file to simulate database 3. handle http requests 4. get varible value from url using req.params in express 5. public function abstraction 6. get post body from url using req.body in express
Previous Post Next Post